Html Css Color HEX #084BB1 Cobalt

📋 copy color: '#084BB1'

red 8 ◦ green 75 ◦ blue 177

#084BB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #084BB1

Tints of Cobalt #084BB1

RGB

 RED value IS 8 (3.52% from 255) = 3.08%

 GREEN value IS 75 (29.69% from 255) = 28.85%

 BLUE value IS 177 (69.53% from 255) = 68.08%

R = 3.08%
G = 28.85%
B = 68.08%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#084BB1 (or 0x084BB1) is known color: Cobalt. HEX triplet: 08, 4B and B1. RGB value is (8,75,177). Sum of RGB (Red+Green+Blue) = 8+75+177=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #084BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BB1 is #F7B44E. Grayscale: #424242. Windows color (decimal): -16233551 or 11619080. OLE color: 11619080.

HSL color Cylindrical-coordinate representation of color #084BB1: hue angle of 216.21º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084BB1 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 75 177 -
CMYK 0.95 0.58 0 0.31
HSL 216.21º 0.91% 0.36% -
HSV(B) 216.21º 0.95% 0.69% -
XYZ 10.55 8.26 42.63 -
YUV 66.6 190.3 86.21 -
System Red Green Blue C M Y K H S L
Decimal 8 75 177 0.95 0.58 0 0.31 216.21 0.91 0.36
Hex 8 4B B1 5F 3A 0 1F D8 5B 24
Octal 10 113 261 137 72 0 37 330 133 44
Binary 1000 1001011 10110001 1011111 111010 0 11111 11011000 1011011 100100

Color Harmonies of #084BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BB1

Black with #084BB1

Text Example


Text Example

White with #084BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084BB1; }

 p { color: rgb(8,75,177); }

 H1.HeaderClassName
 {
   color: #084BB1;
 }
 .AnyTagClassName
 {
   color: #084BB1;
 }
</style>

background-color css

<style>
 a { background-color: #084BB1; }

 a { background-color: rgb(8,75,177); }

 div.DivClassName
 {
   background-color: #084BB1;
 }
 .BgClassName
 {
   background-color: #084BB1;
 }
</style>

border-color css

<style>
 span { border-color: #084BB1; }

 span { border-color: rgb(8,75,177); }

 td.TdClassName
 {
   border-color: #084BB1;
 }
 .TagClassName
 {
   border-color: #084BB1;
 }
</style>