#024B7B

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

Shades of Dark Cerulean #024B7B

Tints of Dark Cerulean #024B7B

Color information

#024B7B (or 0x024B7B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 7B. RGB value is (2,75,123). Sum of RGB (Red+Green+Blue) = 2+75+123=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #024B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B7B is #FDB484. Grayscale: #3A3A3A. Windows color (decimal): -16626821 or 8080130. OLE color: 8080130.

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

Color convert

RGB275123-
CMYK0.980.3900.52
HSL203.8º96.8%24.51%-
HSV(B)203.8º98.37%48.24%-
XYZ6.126.4819.67-
YUV58.64164.3287.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 123 (48.44% from 255) = 61.5%
R=1%
G=37.5%
B=61.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2751230.980.3900.52203.896.824.51
Hex24B7B6227034cc6119
Octal21131731424706431414131
Binary10100101111110111100010100111011010011001100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024B7B; }

 p { color: rgb(2,75,123); }

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

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

 a { background-color: rgb(2,75,123); }

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

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

 span { border-color: rgb(2,75,123); }

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