Html Css Color HEX #02458D Dark Cerulean

📋 copy color: '#02458D'

red 2 ◦ green 69 ◦ blue 141

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

Shades of Dark Cerulean #02458D

Tints of Dark Cerulean #02458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 0.94%
G = 32.55%
B = 66.51%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02458D (or 0x02458D) is known color: Dark Cerulean. HEX triplet: 02, 45 and 8D. RGB value is (2,69,141). Sum of RGB (Red+Green+Blue) = 2+69+141=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #02458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02458D is #FDBA72. Grayscale: #383838. Windows color (decimal): -16628339 or 9258242. OLE color: 9258242.

HSL color Cylindrical-coordinate representation of color #02458D: hue angle of 211.08º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02458D is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 69 141 -
CMYK 0.99 0.51 0 0.45
HSL 211.08º 0.97% 0.28% -
HSV(B) 211.08º 0.99% 0.55% -
XYZ 6.96 6.19 26.03 -
YUV 57.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 2 69 141 0.99 0.51 0 0.45 211.08 0.97 0.28
Hex 2 45 8D 63 33 0 2D D3 61 1C
Octal 2 105 215 143 63 0 55 323 141 34
Binary 10 1000101 10001101 1100011 110011 0 101101 11010011 1100001 11100

Color Harmonies of #02458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02458D

Black with #02458D

Text Example


Text Example

White with #02458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02458D; }

 p { color: rgb(2,69,141); }

 H1.HeaderClassName
 {
   color: #02458D;
 }
 .AnyTagClassName
 {
   color: #02458D;
 }
</style>

background-color css

<style>
 a { background-color: #02458D; }

 a { background-color: rgb(2,69,141); }

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

border-color css

<style>
 span { border-color: #02458D; }

 span { border-color: rgb(2,69,141); }

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