Html Css Color HEX #030686 Dark Blue

📋 copy color: '#030686'

red 3 ◦ green 6 ◦ blue 134

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

Shades of Dark Blue #030686

Tints of Dark Blue #030686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

 BLUE value IS 134 (52.73% from 255) = 93.71%

R = 2.1%
G = 4.2%
B = 93.71%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#030686 (or 0x030686) is known color: Dark Blue. HEX triplet: 03, 06 and 86. RGB value is (3,6,134). Sum of RGB (Red+Green+Blue) = 3+6+134=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 134 (52.73% from 255 or 93.71% from 143); Max value from RGB is 134 - color contains mainly: blue. Hex color #030686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030686 is #FCF979. Grayscale: #131313. Windows color (decimal): -16578938 or 8783363. OLE color: 8783363.

HSL color Cylindrical-coordinate representation of color #030686: hue angle of 238.63º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030686 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 6 134 -
CMYK 0.98 0.96 0 0.47
HSL 238.63º 0.96% 0.27% -
HSV(B) 238.63º 0.98% 0.53% -
XYZ 4.41 1.87 22.68 -
YUV 19.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 3 6 134 0.98 0.96 0 0.47 238.63 0.96 0.27
Hex 3 6 86 62 60 0 2F EF 60 1B
Octal 3 6 206 142 140 0 57 357 140 33
Binary 11 110 10000110 1100010 1100000 0 101111 11101111 1100000 11011

Color Harmonies of #030686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030686

Black with #030686

Text Example


Text Example

White with #030686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030686; }

 p { color: rgb(3,6,134); }

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

background-color css

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

 a { background-color: rgb(3,6,134); }

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

border-color css

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

 span { border-color: rgb(3,6,134); }

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