Html Css Color HEX #014375 Dark Cerulean

📋 copy color: '#014375'

red 1 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #014375

Tints of Dark Cerulean #014375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

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

R = 0.54%
G = 36.22%
B = 63.24%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014375 (or 0x014375) is known color: Dark Cerulean. HEX triplet: 01, 43 and 75. RGB value is (1,67,117). Sum of RGB (Red+Green+Blue) = 1+67+117=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #014375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014375 is #FEBC8A. Grayscale: #343434. Windows color (decimal): -16694411 or 7684865. OLE color: 7684865.

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

Color convert

RGB 1 67 117 -
CMYK 0.99 0.43 0 0.54
HSL 205.86º 0.98% 0.23% -
HSV(B) 205.86º 0.99% 0.46% -
XYZ 5.23 5.31 17.58 -
YUV 52.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 1 67 117 0.99 0.43 0 0.54 205.86 0.98 0.23
Hex 1 43 75 63 2B 0 36 CE 62 17
Octal 1 103 165 143 53 0 66 316 142 27
Binary 1 1000011 1110101 1100011 101011 0 110110 11001110 1100010 10111

Color Harmonies of #014375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014375

Black with #014375

Text Example


Text Example

White with #014375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014375; }

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

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

background-color css

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

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

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

border-color css

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

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

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