#024B94

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

Shades of Dark Cerulean #024B94

Tints of Dark Cerulean #024B94

Color information

#024B94 (or 0x024B94) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 94. RGB value is (2,75,148). Sum of RGB (Red+Green+Blue) = 2+75+148=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #024B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B94 is #FDB46B. Grayscale: #3D3D3D. Windows color (decimal): -16626796 or 9718530. OLE color: 9718530.

HSL color Cylindrical-coordinate representation of color #024B94: hue angle of 210º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B94 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB275148-
CMYK0.990.4900.42
HSL210º97.33%29.41%-
HSV(B)210º98.65%58.04%-
XYZ7.897.1828.99-
YUV61.5176.8285.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=0.89%
G=33.33%
B=65.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2751480.990.4900.4221097.3329.41
Hex24B94633102Ad2611d
Octal21132241436105232214135
Binary101001011100101001100011110001010101011010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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