Html Css Color HEX #02468A Dark Cerulean

📋 copy color: '#02468A'

red 2 ◦ green 70 ◦ blue 138

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

Shades of Dark Cerulean #02468A

Tints of Dark Cerulean #02468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 65.71%

R = 0.95%
G = 33.33%
B = 65.71%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02468A (or 0x02468A) is known color: Dark Cerulean. HEX triplet: 02, 46 and 8A. RGB value is (2,70,138). Sum of RGB (Red+Green+Blue) = 2+70+138=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #02468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02468A is #FDB975. Grayscale: #393939. Windows color (decimal): -16628086 or 9061890. OLE color: 9061890.

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

Color convert

RGB 2 70 138 -
CMYK 0.99 0.49 0 0.46
HSL 210º 0.97% 0.27% -
HSV(B) 210º 0.99% 0.54% -
XYZ 6.8 6.23 24.89 -
YUV 57.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 2 70 138 0.99 0.49 0 0.46 210 0.97 0.27
Hex 2 46 8A 63 31 0 2E D2 61 1B
Octal 2 106 212 143 61 0 56 322 141 33
Binary 10 1000110 10001010 1100011 110001 0 101110 11010010 1100001 11011

Color Harmonies of #02468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02468A

Black with #02468A

Text Example


Text Example

White with #02468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02468A; }

 p { color: rgb(2,70,138); }

 H1.HeaderClassName
 {
   color: #02468A;
 }
 .AnyTagClassName
 {
   color: #02468A;
 }
</style>

background-color css

<style>
 a { background-color: #02468A; }

 a { background-color: rgb(2,70,138); }

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

border-color css

<style>
 span { border-color: #02468A; }

 span { border-color: rgb(2,70,138); }

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