Html Css Color HEX #03058C Dark Blue

📋 copy color: '#03058C'

red 3 ◦ green 5 ◦ blue 140

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

Shades of Dark Blue #03058C

Tints of Dark Blue #03058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

 BLUE value IS 140 (55.08% from 255) = 94.59%

R = 2.03%
G = 3.38%
B = 94.59%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03058C (or 0x03058C) is known color: Dark Blue. HEX triplet: 03, 05 and 8C. RGB value is (3,5,140). Sum of RGB (Red+Green+Blue) = 3+5+140=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 140 (55.08% from 255 or 94.59% from 148); Max value from RGB is 140 - color contains mainly: blue. Hex color #03058C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03058C is #FCFA73. Grayscale: #131313. Windows color (decimal): -16579188 or 9176323. OLE color: 9176323.

HSL color Cylindrical-coordinate representation of color #03058C: hue angle of 239.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03058C is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 5 140 -
CMYK 0.98 0.96 0 0.45
HSL 239.12º 0.96% 0.28% -
HSV(B) 239.12º 0.98% 0.55% -
XYZ 4.83 2.02 24.95 -
YUV 19.79 195.84 116.02 -
System Red Green Blue C M Y K H S L
Decimal 3 5 140 0.98 0.96 0 0.45 239.12 0.96 0.28
Hex 3 5 8C 62 60 0 2D EF 60 1C
Octal 3 5 214 142 140 0 55 357 140 34
Binary 11 101 10001100 1100010 1100000 0 101101 11101111 1100000 11100

Color Harmonies of #03058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03058C

Black with #03058C

Text Example


Text Example

White with #03058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03058C; }

 p { color: rgb(3,5,140); }

 H1.HeaderClassName
 {
   color: #03058C;
 }
 .AnyTagClassName
 {
   color: #03058C;
 }
</style>

background-color css

<style>
 a { background-color: #03058C; }

 a { background-color: rgb(3,5,140); }

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

border-color css

<style>
 span { border-color: #03058C; }

 span { border-color: rgb(3,5,140); }

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