Html Css Color HEX #03018A Dark Blue

📋 copy color: '#03018A'

red 3 ◦ green 1 ◦ blue 138

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

Shades of Dark Blue #03018A

Tints of Dark Blue #03018A

RGB

 RED value IS 3 (1.56% from 255) = 2.11%

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 2.11%
G = 0.7%
B = 97.18%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03018A (or 0x03018A) is known color: Dark Blue. HEX triplet: 03, 01 and 8A. RGB value is (3,1,138). Sum of RGB (Red+Green+Blue) = 3+1+138=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 138 (54.30% from 255 or 97.18% from 142); Max value from RGB is 138 - color contains mainly: blue. Hex color #03018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03018A is #FCFE75. Grayscale: #101010. Windows color (decimal): -16580214 or 9044227. OLE color: 9044227.

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

Color convert

RGB 3 1 138 -
CMYK 0.98 0.99 0 0.46
HSL 240.88º 0.99% 0.27% -
HSV(B) 240.88º 0.99% 0.54% -
XYZ 4.64 1.88 24.16 -
YUV 17.22 196.16 117.86 -
System Red Green Blue C M Y K H S L
Decimal 3 1 138 0.98 0.99 0 0.46 240.88 0.99 0.27
Hex 3 1 8A 62 63 0 2E F1 63 1B
Octal 3 1 212 142 143 0 56 361 143 33
Binary 11 1 10001010 1100010 1100011 0 101110 11110001 1100011 11011

Color Harmonies of #03018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03018A

Black with #03018A

Text Example


Text Example

White with #03018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,1,138); }

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

background-color css

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

 a { background-color: rgb(3,1,138); }

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

border-color css

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

 span { border-color: rgb(3,1,138); }

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