Html Css Color HEX #014F9F Cobalt

📋 copy color: '#014F9F'

red 1 ◦ green 79 ◦ blue 159

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

Shades of Cobalt #014F9F

Tints of Cobalt #014F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.53%

R = 0.42%
G = 33.05%
B = 66.53%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#014F9F (or 0x014F9F) is known color: Cobalt. HEX triplet: 01, 4F and 9F. RGB value is (1,79,159). Sum of RGB (Red+Green+Blue) = 1+79+159=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #014F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F9F is #FEB060. Grayscale: #404040. Windows color (decimal): -16691297 or 10440449. OLE color: 10440449.

HSL color Cylindrical-coordinate representation of color #014F9F: hue angle of 210.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F9F is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 79 159 -
CMYK 0.99 0.50 0 0.38
HSL 210.38º 0.99% 0.31% -
HSV(B) 210.38º 0.99% 0.62% -
XYZ 9.07 8.1 33.89 -
YUV 64.8 181.16 82.5 -
System Red Green Blue C M Y K H S L
Decimal 1 79 159 0.99 0.50 0 0.38 210.38 0.99 0.31
Hex 1 4F 9F 63 32 0 26 D2 63 1F
Octal 1 117 237 143 62 0 46 322 143 37
Binary 1 1001111 10011111 1100011 110010 0 100110 11010010 1100011 11111

Color Harmonies of #014F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F9F

Black with #014F9F

Text Example


Text Example

White with #014F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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