Html Css Color HEX #014BA6 Cobalt

📋 copy color: '#014BA6'

red 1 ◦ green 75 ◦ blue 166

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

Shades of Cobalt #014BA6

Tints of Cobalt #014BA6

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

 BLUE value IS 166 (65.23% from 255) = 68.6%

R = 0.41%
G = 30.99%
B = 68.6%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#014BA6 (or 0x014BA6) is known color: Cobalt. HEX triplet: 01, 4B and A6. RGB value is (1,75,166). Sum of RGB (Red+Green+Blue) = 1+75+166=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #014BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BA6 is #FEB459. Grayscale: #3E3E3E. Windows color (decimal): -16692314 or 10898177. OLE color: 10898177.

HSL color Cylindrical-coordinate representation of color #014BA6: hue angle of 213.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BA6 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 75 166 -
CMYK 0.99 0.55 0 0.35
HSL 213.09º 0.99% 0.33% -
HSV(B) 213.09º 0.99% 0.65% -
XYZ 9.41 7.79 37.08 -
YUV 63.25 185.98 83.6 -
System Red Green Blue C M Y K H S L
Decimal 1 75 166 0.99 0.55 0 0.35 213.09 0.99 0.33
Hex 1 4B A6 63 37 0 23 D5 63 21
Octal 1 113 246 143 67 0 43 325 143 41
Binary 1 1001011 10100110 1100011 110111 0 100011 11010101 1100011 100001

Color Harmonies of #014BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BA6

Black with #014BA6

Text Example


Text Example

White with #014BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014BA6; }

 p { color: rgb(1,75,166); }

 H1.HeaderClassName
 {
   color: #014BA6;
 }
 .AnyTagClassName
 {
   color: #014BA6;
 }
</style>

background-color css

<style>
 a { background-color: #014BA6; }

 a { background-color: rgb(1,75,166); }

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

border-color css

<style>
 span { border-color: #014BA6; }

 span { border-color: rgb(1,75,166); }

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