Html Css Color HEX #030687 Dark Blue

📋 copy color: '#030687'

red 3 ◦ green 6 ◦ blue 135

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

Shades of Dark Blue #030687

Tints of Dark Blue #030687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 93.75%

R = 2.08%
G = 4.17%
B = 93.75%

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

#030687 (or 0x030687) is known color: Dark Blue. HEX triplet: 03, 06 and 87. RGB value is (3,6,135). Sum of RGB (Red+Green+Blue) = 3+6+135=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 135 (53.12% from 255 or 93.75% from 144); Max value from RGB is 135 - color contains mainly: blue. Hex color #030687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030687 is #FCF978. Grayscale: #131313. Windows color (decimal): -16578937 or 8848899. OLE color: 8848899.

HSL color Cylindrical-coordinate representation of color #030687: hue angle of 238.64º 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 #030687 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 6 135 -
CMYK 0.98 0.96 0 0.47
HSL 238.64º 0.96% 0.27% -
HSV(B) 238.64º 0.98% 0.53% -
XYZ 4.48 1.9 23.05 -
YUV 19.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 3 6 135 0.98 0.96 0 0.47 238.64 0.96 0.27
Hex 3 6 87 62 60 0 2F EF 60 1B
Octal 3 6 207 142 140 0 57 357 140 33
Binary 11 110 10000111 1100010 1100000 0 101111 11101111 1100000 11011

Color Harmonies of #030687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030687

Black with #030687

Text Example


Text Example

White with #030687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030687; }

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

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

background-color css

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

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

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

border-color css

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

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

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