Html Css Color HEX #023B75 Dark Cerulean

📋 copy color: '#023B75'

red 2 ◦ green 59 ◦ blue 117

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

Shades of Dark Cerulean #023B75

Tints of Dark Cerulean #023B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

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

R = 1.12%
G = 33.15%
B = 65.73%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023B75 (or 0x023B75) is known color: Dark Cerulean. HEX triplet: 02, 3B and 75. RGB value is (2,59,117). Sum of RGB (Red+Green+Blue) = 2+59+117=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #023B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B75 is #FDC48A. Grayscale: #303030. Windows color (decimal): -16630923 or 7682818. OLE color: 7682818.

HSL color Cylindrical-coordinate representation of color #023B75: hue angle of 210.26º 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 #023B75 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 59 117 -
CMYK 0.98 0.50 0 0.54
HSL 210.26º 0.97% 0.23% -
HSV(B) 210.26º 0.98% 0.46% -
XYZ 4.8 4.43 17.43 -
YUV 48.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 2 59 117 0.98 0.50 0 0.54 210.26 0.97 0.23
Hex 2 3B 75 62 32 0 36 D2 61 17
Octal 2 73 165 142 62 0 66 322 141 27
Binary 10 111011 1110101 1100010 110010 0 110110 11010010 1100001 10111

Color Harmonies of #023B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B75

Black with #023B75

Text Example


Text Example

White with #023B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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