Html Css Color HEX #03068D Dark Blue

📋 copy color: '#03068D'

red 3 ◦ green 6 ◦ blue 141

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

Shades of Dark Blue #03068D

Tints of Dark Blue #03068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 94%

R = 2%
G = 4%
B = 94%

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

#03068D (or 0x03068D) is known color: Dark Blue. HEX triplet: 03, 06 and 8D. RGB value is (3,6,141). Sum of RGB (Red+Green+Blue) = 3+6+141=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 141 (55.47% from 255 or 94% from 150); Max value from RGB is 141 - color contains mainly: blue. Hex color #03068D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03068D is #FCF972. Grayscale: #131313. Windows color (decimal): -16578931 or 9242115. OLE color: 9242115.

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

Color convert

RGB 3 6 141 -
CMYK 0.98 0.96 0 0.45
HSL 238.7º 0.96% 0.28% -
HSV(B) 238.7º 0.98% 0.55% -
XYZ 4.91 2.07 25.34 -
YUV 20.49 196.01 115.52 -
System Red Green Blue C M Y K H S L
Decimal 3 6 141 0.98 0.96 0 0.45 238.7 0.96 0.28
Hex 3 6 8D 62 60 0 2D EF 60 1C
Octal 3 6 215 142 140 0 55 357 140 34
Binary 11 110 10001101 1100010 1100000 0 101101 11101111 1100000 11100

Color Harmonies of #03068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03068D

Black with #03068D

Text Example


Text Example

White with #03068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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