#023B75

Color #023B75 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #023B75

Tints of Dark Cerulean #023B75

Color information

#023B75 (or 0x023B75) is unknown color: approx 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

RGB259117-
CMYK0.980.5000.54
HSL210.26º96.64%23.33%-
HSV(B)210.26º98.29%45.88%-
XYZ4.84.4317.43-
YUV48.57166.6294.78-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2591170.980.5000.54210.2696.6423.33
Hex23B756232036d26117
Octal2731651426206632214127
Binary1011101111101011100010110010011011011010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>