Html Css Color HEX #014C9F Cobalt

📋 copy color: '#014C9F'

red 1 ◦ green 76 ◦ blue 159

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

Shades of Cobalt #014C9F

Tints of Cobalt #014C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 0.42%
G = 32.2%
B = 67.37%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#014C9F (or 0x014C9F) is known color: Cobalt. HEX triplet: 01, 4C and 9F. RGB value is (1,76,159). Sum of RGB (Red+Green+Blue) = 1+76+159=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #014C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C9F is #FEB360. Grayscale: #3E3E3E. Windows color (decimal): -16692065 or 10439681. OLE color: 10439681.

HSL color Cylindrical-coordinate representation of color #014C9F: hue angle of 211.52º 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 #014C9F is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 76 159 -
CMYK 0.99 0.52 0 0.38
HSL 211.52º 0.99% 0.31% -
HSV(B) 211.52º 0.99% 0.62% -
XYZ 8.85 7.68 33.82 -
YUV 63.04 182.15 83.75 -
System Red Green Blue C M Y K H S L
Decimal 1 76 159 0.99 0.52 0 0.38 211.52 0.99 0.31
Hex 1 4C 9F 63 34 0 26 D4 63 1F
Octal 1 114 237 143 64 0 46 324 143 37
Binary 1 1001100 10011111 1100011 110100 0 100110 11010100 1100011 11111

Color Harmonies of #014C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C9F

Black with #014C9F

Text Example


Text Example

White with #014C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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