Html Css Color HEX #014FB9 Cobalt

📋 copy color: '#014FB9'

red 1 ◦ green 79 ◦ blue 185

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

Shades of Cobalt #014FB9

Tints of Cobalt #014FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 185 (72.66% from 255) = 69.81%

R = 0.38%
G = 29.81%
B = 69.81%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#014FB9 (or 0x014FB9) is known color: Cobalt. HEX triplet: 01, 4F and B9. RGB value is (1,79,185). Sum of RGB (Red+Green+Blue) = 1+79+185=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #014FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FB9 is #FEB046. Grayscale: #434343. Windows color (decimal): -16691271 or 12144385. OLE color: 12144385.

HSL color Cylindrical-coordinate representation of color #014FB9: hue angle of 214.57º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014FB9 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 79 185 -
CMYK 0.99 0.57 0 0.27
HSL 214.57º 0.99% 0.36% -
HSV(B) 214.57º 0.99% 0.73% -
XYZ 11.57 9.1 47.05 -
YUV 67.76 194.16 80.38 -
System Red Green Blue C M Y K H S L
Decimal 1 79 185 0.99 0.57 0 0.27 214.57 0.99 0.36
Hex 1 4F B9 63 39 0 1B D7 63 24
Octal 1 117 271 143 71 0 33 327 143 44
Binary 1 1001111 10111001 1100011 111001 0 11011 11010111 1100011 100100

Color Harmonies of #014FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FB9

Black with #014FB9

Text Example


Text Example

White with #014FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,185); }

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

background-color css

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

 a { background-color: rgb(1,79,185); }

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

border-color css

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

 span { border-color: rgb(1,79,185); }

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