Html Css Color HEX #02078A Dark Blue

📋 copy color: '#02078A'

red 2 ◦ green 7 ◦ blue 138

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

Shades of Dark Blue #02078A

Tints of Dark Blue #02078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 1.36%
G = 4.76%
B = 93.88%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02078A (or 0x02078A) is known color: Dark Blue. HEX triplet: 02, 07 and 8A. RGB value is (2,7,138). Sum of RGB (Red+Green+Blue) = 2+7+138=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 138 (54.30% from 255 or 93.88% from 147); Max value from RGB is 138 - color contains mainly: blue. Hex color #02078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02078A is #FDF875. Grayscale: #131313. Windows color (decimal): -16644214 or 9045762. OLE color: 9045762.

HSL color Cylindrical-coordinate representation of color #02078A: hue angle of 237.79º 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 #02078A is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 7 138 -
CMYK 0.99 0.95 0 0.46
HSL 237.79º 0.97% 0.27% -
HSV(B) 237.79º 0.99% 0.54% -
XYZ 4.69 2 24.18 -
YUV 20.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 2 7 138 0.99 0.95 0 0.46 237.79 0.97 0.27
Hex 2 7 8A 63 5F 0 2E EE 61 1B
Octal 2 7 212 143 137 0 56 356 141 33
Binary 10 111 10001010 1100011 1011111 0 101110 11101110 1100001 11011

Color Harmonies of #02078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02078A

Black with #02078A

Text Example


Text Example

White with #02078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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