Html Css Color HEX #0908B2 New Midnight Blue

📋 copy color: '#0908B2'

red 9 ◦ green 8 ◦ blue 178

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

Shades of New Midnight Blue #0908B2

Tints of New Midnight Blue #0908B2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 178 (69.92% from 255) = 91.28%

R = 4.62%
G = 4.1%
B = 91.28%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0908B2 (or 0x0908B2) is known color: New Midnight Blue. HEX triplet: 09, 08 and B2. RGB value is (9,8,178). Sum of RGB (Red+Green+Blue) = 9+8+178=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 178 (69.92% from 255 or 91.28% from 195); Max value from RGB is 178 - color contains mainly: blue. Hex color #0908B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0908B2 is #F6F74D. Grayscale: #1B1B1B. Windows color (decimal): -16185166 or 11667465. OLE color: 11667465.

HSL color Cylindrical-coordinate representation of color #0908B2: hue angle of 240.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0908B2 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 8 178 -
CMYK 0.95 0.96 0 0.30
HSL 240.35º 0.91% 0.36% -
HSV(B) 240.35º 0.96% 0.7% -
XYZ 8.24 3.45 42.35 -
YUV 27.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 9 8 178 0.95 0.96 0 0.30 240.35 0.91 0.36
Hex 9 8 B2 5F 60 0 1E F0 5B 24
Octal 11 10 262 137 140 0 36 360 133 44
Binary 1001 1000 10110010 1011111 1100000 0 11110 11110000 1011011 100100

Color Harmonies of #0908B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908B2

Black with #0908B2

Text Example


Text Example

White with #0908B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0908B2; }

 p { color: rgb(9,8,178); }

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

background-color css

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

 a { background-color: rgb(9,8,178); }

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

border-color css

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

 span { border-color: rgb(9,8,178); }

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