Html Css Color HEX #023E75 Dark Cerulean

📋 copy color: '#023E75'

red 2 ◦ green 62 ◦ blue 117

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

Shades of Dark Cerulean #023E75

Tints of Dark Cerulean #023E75

RGB

 RED value IS 2 (1.17% from 255) = 1.1%

 GREEN value IS 62 (24.61% from 255) = 34.25%

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

R = 1.1%
G = 34.25%
B = 64.64%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023E75 (or 0x023E75) is known color: Dark Cerulean. HEX triplet: 02, 3E and 75. RGB value is (2,62,117). Sum of RGB (Red+Green+Blue) = 2+62+117=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #023E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E75 is #FDC18A. Grayscale: #323232. Windows color (decimal): -16630155 or 7683586. OLE color: 7683586.

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

Color convert

RGB 2 62 117 -
CMYK 0.98 0.47 0 0.54
HSL 208.7º 0.97% 0.23% -
HSV(B) 208.7º 0.98% 0.46% -
XYZ 4.96 4.74 17.48 -
YUV 50.33 165.62 93.53 -
System Red Green Blue C M Y K H S L
Decimal 2 62 117 0.98 0.47 0 0.54 208.7 0.97 0.23
Hex 2 3E 75 62 2F 0 36 D1 61 17
Octal 2 76 165 142 57 0 66 321 141 27
Binary 10 111110 1110101 1100010 101111 0 110110 11010001 1100001 10111

Color Harmonies of #023E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023E75

Black with #023E75

Text Example


Text Example

White with #023E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023E75; }

 p { color: rgb(2,62,117); }

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

background-color css

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

 a { background-color: rgb(2,62,117); }

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

border-color css

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

 span { border-color: rgb(2,62,117); }

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