#023F7A

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

Shades of Dark Cerulean #023F7A

Tints of Dark Cerulean #023F7A

Color information

#023F7A (or 0x023F7A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3F and 7A. RGB value is (2,63,122). Sum of RGB (Red+Green+Blue) = 2+63+122=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #023F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F7A is #FDC085. Grayscale: #333333. Windows color (decimal): -16629894 or 8011522. OLE color: 8011522.

HSL color Cylindrical-coordinate representation of color #023F7A: hue angle of 209.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F7A is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB263122-
CMYK0.980.4800.52
HSL209.5º96.77%24.31%-
HSV(B)209.5º98.36%47.84%-
XYZ5.324.9719.09-
YUV51.49167.7992.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=1.07%
G=33.69%
B=65.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2631220.980.4800.52209.596.7724.31
Hex23F7A6230034d26118
Octal2771721426006432214130
Binary1011111111110101100010110000011010011010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,63,122); }

 H1.HeaderClassName
 {
   color: #023F7A;
 }
 .AnyTagClassName
 {
   color: #023F7A;
 }
</style>
background-color css

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

 a { background-color: rgb(2,63,122); }

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

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

 span { border-color: rgb(2,63,122); }

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