Html Css Color HEX #014A9F Cobalt

📋 copy color: '#014A9F'

red 1 ◦ green 74 ◦ blue 159

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

Shades of Cobalt #014A9F

Tints of Cobalt #014A9F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.62%

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

R = 0.43%
G = 31.62%
B = 67.95%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#014A9F (or 0x014A9F) is known color: Cobalt. HEX triplet: 01, 4A and 9F. RGB value is (1,74,159). Sum of RGB (Red+Green+Blue) = 1+74+159=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #014A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A9F is #FEB560. Grayscale: #3D3D3D. Windows color (decimal): -16692577 or 10439169. OLE color: 10439169.

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

Color convert

RGB 1 74 159 -
CMYK 0.99 0.53 0 0.38
HSL 212.28º 0.99% 0.31% -
HSV(B) 212.28º 0.99% 0.62% -
XYZ 8.72 7.41 33.77 -
YUV 61.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 1 74 159 0.99 0.53 0 0.38 212.28 0.99 0.31
Hex 1 4A 9F 63 35 0 26 D4 63 1F
Octal 1 112 237 143 65 0 46 324 143 37
Binary 1 1001010 10011111 1100011 110101 0 100110 11010100 1100011 11111

Color Harmonies of #014A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A9F

Black with #014A9F

Text Example


Text Example

White with #014A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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