Html Css Color HEX #014175 Dark Cerulean

📋 copy color: '#014175'

red 1 ◦ green 65 ◦ blue 117

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

Shades of Dark Cerulean #014175

Tints of Dark Cerulean #014175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

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

R = 0.55%
G = 35.52%
B = 63.93%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014175 (or 0x014175) is known color: Dark Cerulean. HEX triplet: 01, 41 and 75. RGB value is (1,65,117). Sum of RGB (Red+Green+Blue) = 1+65+117=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #014175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014175 is #FEBE8A. Grayscale: #333333. Windows color (decimal): -16694923 or 7684353. OLE color: 7684353.

HSL color Cylindrical-coordinate representation of color #014175: hue angle of 206.9º 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 #014175 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 65 117 -
CMYK 0.99 0.44 0 0.54
HSL 206.9º 0.98% 0.23% -
HSV(B) 206.9º 0.99% 0.46% -
XYZ 5.11 5.07 17.54 -
YUV 51.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 1 65 117 0.99 0.44 0 0.54 206.9 0.98 0.23
Hex 1 41 75 63 2C 0 36 CF 62 17
Octal 1 101 165 143 54 0 66 317 142 27
Binary 1 1000001 1110101 1100011 101100 0 110110 11001111 1100010 10111

Color Harmonies of #014175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014175

Black with #014175

Text Example


Text Example

White with #014175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014175; }

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

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

background-color css

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

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

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

border-color css

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

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

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