Html Css Color HEX #060093 Dark Blue

📋 copy color: '#060093'

red 6 ◦ green 0 ◦ blue 147

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

Shades of Dark Blue #060093

Tints of Dark Blue #060093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 96.08%

R = 3.92%
G = 0%
B = 96.08%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060093 (or 0x060093) is known color: Dark Blue. HEX triplet: 06, 00 and 93. RGB value is (6,0,147). Sum of RGB (Red+Green+Blue) = 6+0+147=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 147 (57.81% from 255 or 96.08% from 153); Max value from RGB is 147 - color contains mainly: blue. Hex color #060093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060093 is #F9FF6C. Grayscale: #111111. Windows color (decimal): -16383853 or 9633798. OLE color: 9633798.

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

Color convert

RGB 6 0 147 -
CMYK 0.96 1 0 0.42
HSL 242.45º 1% 0.29% -
HSV(B) 242.45º 1% 0.58% -
XYZ 5.34 2.15 27.74 -
YUV 18.55 200.49 119.05 -
System Red Green Blue C M Y K H S L
Decimal 6 0 147 0.96 1 0 0.42 242.45 1 0.29
Hex 6 0 93 60 64 0 2A F2 64 1D
Octal 6 0 223 140 144 0 52 362 144 35
Binary 110 0 10010011 1100000 1100100 0 101010 11110010 1100100 11101

Color Harmonies of #060093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060093

Black with #060093

Text Example


Text Example

White with #060093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060093; }

 p { color: rgb(6,0,147); }

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

background-color css

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

 a { background-color: rgb(6,0,147); }

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

border-color css

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

 span { border-color: rgb(6,0,147); }

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