Html Css Color HEX #06038D Dark Blue

📋 copy color: '#06038D'

red 6 ◦ green 3 ◦ blue 141

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

Shades of Dark Blue #06038D

Tints of Dark Blue #06038D

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06038D (or 0x06038D) is known color: Dark Blue. HEX triplet: 06, 03 and 8D. RGB value is (6,3,141). Sum of RGB (Red+Green+Blue) = 6+3+141=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 3 (1.56% from 255 or 2% 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 #06038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06038D is #F9FC72. Grayscale: #131313. Windows color (decimal): -16383091 or 9241350. OLE color: 9241350.

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

Color convert

RGB 6 3 141 -
CMYK 0.96 0.98 0 0.45
HSL 241.3º 0.96% 0.28% -
HSV(B) 241.3º 0.98% 0.55% -
XYZ 4.92 2.03 25.33 -
YUV 19.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 6 3 141 0.96 0.98 0 0.45 241.3 0.96 0.28
Hex 6 3 8D 60 62 0 2D F1 60 1C
Octal 6 3 215 140 142 0 55 361 140 34
Binary 110 11 10001101 1100000 1100010 0 101101 11110001 1100000 11100

Color Harmonies of #06038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06038D

Black with #06038D

Text Example


Text Example

White with #06038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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