Html Css Color HEX #09068B Dark Blue

📋 copy color: '#09068B'

red 9 ◦ green 6 ◦ blue 139

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

Shades of Dark Blue #09068B

Tints of Dark Blue #09068B

RGB

 RED value IS 9 (3.91% from 255) = 5.84%

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

 BLUE value IS 139 (54.69% from 255) = 90.26%

R = 5.84%
G = 3.9%
B = 90.26%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09068B (or 0x09068B) is known color: Dark Blue. HEX triplet: 09, 06 and 8B. RGB value is (9,6,139). Sum of RGB (Red+Green+Blue) = 9+6+139=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 139 (54.69% from 255 or 90.26% from 154); Max value from RGB is 139 - color contains mainly: blue. Hex color #09068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09068B is #F6F974. Grayscale: #151515. Windows color (decimal): -16185717 or 9111049. OLE color: 9111049.

HSL color Cylindrical-coordinate representation of color #09068B: hue angle of 241.35º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09068B is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 6 139 -
CMYK 0.94 0.96 0 0.45
HSL 241.35º 0.92% 0.28% -
HSV(B) 241.35º 0.96% 0.55% -
XYZ 4.84 2.05 24.57 -
YUV 22.06 193.99 118.69 -
System Red Green Blue C M Y K H S L
Decimal 9 6 139 0.94 0.96 0 0.45 241.35 0.92 0.28
Hex 9 6 8B 5E 60 0 2D F1 5C 1C
Octal 11 6 213 136 140 0 55 361 134 34
Binary 1001 110 10001011 1011110 1100000 0 101101 11110001 1011100 11100

Color Harmonies of #09068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09068B

Black with #09068B

Text Example


Text Example

White with #09068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09068B; }

 p { color: rgb(9,6,139); }

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

background-color css

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

 a { background-color: rgb(9,6,139); }

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

border-color css

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

 span { border-color: rgb(9,6,139); }

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