Html Css Color HEX #020F8A Dark Blue

📋 copy color: '#020F8A'

red 2 ◦ green 15 ◦ blue 138

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

Shades of Dark Blue #020F8A

Tints of Dark Blue #020F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

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

R = 1.29%
G = 9.68%
B = 89.03%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#020F8A (or 0x020F8A) is known color: Dark Blue. HEX triplet: 02, 0F and 8A. RGB value is (2,15,138). Sum of RGB (Red+Green+Blue) = 2+15+138=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 138 (54.30% from 255 or 89.03% from 155); Max value from RGB is 138 - color contains mainly: blue. Hex color #020F8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F8A is #FDF075. Grayscale: #181818. Windows color (decimal): -16642166 or 9047810. OLE color: 9047810.

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

Color convert

RGB 2 15 138 -
CMYK 0.99 0.89 0 0.46
HSL 234.26º 0.97% 0.27% -
HSV(B) 234.26º 0.99% 0.54% -
XYZ 4.78 2.19 24.22 -
YUV 25.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 2 15 138 0.99 0.89 0 0.46 234.26 0.97 0.27
Hex 2 F 8A 63 59 0 2E EA 61 1B
Octal 2 17 212 143 131 0 56 352 141 33
Binary 10 1111 10001010 1100011 1011001 0 101110 11101010 1100001 11011

Color Harmonies of #020F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F8A

Black with #020F8A

Text Example


Text Example

White with #020F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020F8A; }

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

 H1.HeaderClassName
 {
   color: #020F8A;
 }
 .AnyTagClassName
 {
   color: #020F8A;
 }
</style>

background-color css

<style>
 a { background-color: #020F8A; }

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

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

border-color css

<style>
 span { border-color: #020F8A; }

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

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