Html Css Color HEX #030692 Dark Blue

📋 copy color: '#030692'

red 3 ◦ green 6 ◦ blue 146

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

Shades of Dark Blue #030692

Tints of Dark Blue #030692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 94.19%

R = 1.94%
G = 3.87%
B = 94.19%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030692 (or 0x030692) is known color: Dark Blue. HEX triplet: 03, 06 and 92. RGB value is (3,6,146). Sum of RGB (Red+Green+Blue) = 3+6+146=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 146 (57.42% from 255 or 94.19% from 155); Max value from RGB is 146 - color contains mainly: blue. Hex color #030692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030692 is #FCF96D. Grayscale: #141414. Windows color (decimal): -16578926 or 9569795. OLE color: 9569795.

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

Color convert

RGB 3 6 146 -
CMYK 0.98 0.96 0 0.43
HSL 238.74º 0.96% 0.29% -
HSV(B) 238.74º 0.98% 0.57% -
XYZ 5.29 2.22 27.34 -
YUV 21.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 3 6 146 0.98 0.96 0 0.43 238.74 0.96 0.29
Hex 3 6 92 62 60 0 2B EF 60 1D
Octal 3 6 222 142 140 0 53 357 140 35
Binary 11 110 10010010 1100010 1100000 0 101011 11101111 1100000 11101

Color Harmonies of #030692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030692

Black with #030692

Text Example


Text Example

White with #030692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030692; }

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

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

background-color css

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

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

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

border-color css

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

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

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