Html Css Color HEX #014C9B Cobalt

📋 copy color: '#014C9B'

red 1 ◦ green 76 ◦ blue 155

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

Shades of Cobalt #014C9B

Tints of Cobalt #014C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.81%

R = 0.43%
G = 32.76%
B = 66.81%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#014C9B (or 0x014C9B) is known color: Cobalt. HEX triplet: 01, 4C and 9B. RGB value is (1,76,155). Sum of RGB (Red+Green+Blue) = 1+76+155=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #014C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C9B is #FEB364. Grayscale: #3E3E3E. Windows color (decimal): -16692069 or 10177537. OLE color: 10177537.

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

Color convert

RGB 1 76 155 -
CMYK 0.99 0.51 0 0.39
HSL 210.78º 0.99% 0.31% -
HSV(B) 210.78º 0.99% 0.61% -
XYZ 8.51 7.54 32.02 -
YUV 62.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 1 76 155 0.99 0.51 0 0.39 210.78 0.99 0.31
Hex 1 4C 9B 63 33 0 27 D3 63 1F
Octal 1 114 233 143 63 0 47 323 143 37
Binary 1 1001100 10011011 1100011 110011 0 100111 11010011 1100011 11111

Color Harmonies of #014C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C9B

Black with #014C9B

Text Example


Text Example

White with #014C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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