Html Css Color HEX #014C95 Cobalt

📋 copy color: '#014C95'

red 1 ◦ green 76 ◦ blue 149

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

Shades of Cobalt #014C95

Tints of Cobalt #014C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 0.44%
G = 33.63%
B = 65.93%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014C95 (or 0x014C95) is known color: Cobalt. HEX triplet: 01, 4C and 95. RGB value is (1,76,149). Sum of RGB (Red+Green+Blue) = 1+76+149=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #014C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C95 is #FEB36A. Grayscale: #3D3D3D. Windows color (decimal): -16692075 or 9784321. OLE color: 9784321.

HSL color Cylindrical-coordinate representation of color #014C95: hue angle of 209.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C95 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 76 149 -
CMYK 0.99 0.49 0 0.42
HSL 209.59º 0.99% 0.29% -
HSV(B) 209.59º 0.99% 0.58% -
XYZ 8.02 7.35 29.43 -
YUV 61.9 177.15 84.56 -
System Red Green Blue C M Y K H S L
Decimal 1 76 149 0.99 0.49 0 0.42 209.59 0.99 0.29
Hex 1 4C 95 63 31 0 2A D2 63 1D
Octal 1 114 225 143 61 0 52 322 143 35
Binary 1 1001100 10010101 1100011 110001 0 101010 11010010 1100011 11101

Color Harmonies of #014C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C95

Black with #014C95

Text Example


Text Example

White with #014C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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