Html Css Color HEX #014475 Dark Cerulean

📋 copy color: '#014475'

red 1 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #014475

Tints of Dark Cerulean #014475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 0.54%
G = 36.56%
B = 62.9%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014475 (or 0x014475) is known color: Dark Cerulean. HEX triplet: 01, 44 and 75. RGB value is (1,68,117). Sum of RGB (Red+Green+Blue) = 1+68+117=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #014475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014475 is #FEBB8A. Grayscale: #353535. Windows color (decimal): -16694155 or 7685121. OLE color: 7685121.

HSL color Cylindrical-coordinate representation of color #014475: hue angle of 205.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014475 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 68 117 -
CMYK 0.99 0.42 0 0.54
HSL 205.34º 0.98% 0.23% -
HSV(B) 205.34º 0.99% 0.46% -
XYZ 5.29 5.43 17.6 -
YUV 53.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 1 68 117 0.99 0.42 0 0.54 205.34 0.98 0.23
Hex 1 44 75 63 2A 0 36 CD 62 17
Octal 1 104 165 143 52 0 66 315 142 27
Binary 1 1000100 1110101 1100011 101010 0 110110 11001101 1100010 10111

Color Harmonies of #014475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014475

Black with #014475

Text Example


Text Example

White with #014475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014475; }

 p { color: rgb(1,68,117); }

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

background-color css

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

 a { background-color: rgb(1,68,117); }

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

border-color css

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

 span { border-color: rgb(1,68,117); }

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