Html Css Color HEX #014B74 Dark Cerulean

📋 copy color: '#014B74'

red 1 ◦ green 75 ◦ blue 116

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

Shades of Dark Cerulean #014B74

Tints of Dark Cerulean #014B74

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.06%

 BLUE value IS 116 (45.7% from 255) = 60.42%

R = 0.52%
G = 39.06%
B = 60.42%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014B74 (or 0x014B74) is known color: Dark Cerulean. HEX triplet: 01, 4B and 74. RGB value is (1,75,116). Sum of RGB (Red+Green+Blue) = 1+75+116=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #014B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B74 is #FEB48B. Grayscale: #393939. Windows color (decimal): -16692364 or 7621377. OLE color: 7621377.

HSL color Cylindrical-coordinate representation of color #014B74: hue angle of 201.39º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B74 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 75 116 -
CMYK 0.99 0.35 0 0.55
HSL 201.39º 0.98% 0.23% -
HSV(B) 201.39º 0.99% 0.45% -
XYZ 5.68 6.3 17.44 -
YUV 57.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 1 75 116 0.99 0.35 0 0.55 201.39 0.98 0.23
Hex 1 4B 74 63 23 0 37 C9 62 17
Octal 1 113 164 143 43 0 67 311 142 27
Binary 1 1001011 1110100 1100011 100011 0 110111 11001001 1100010 10111

Color Harmonies of #014B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B74

Black with #014B74

Text Example


Text Example

White with #014B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,75,116); }

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

background-color css

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

 a { background-color: rgb(1,75,116); }

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

border-color css

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

 span { border-color: rgb(1,75,116); }

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