Html Css Color HEX #0905B2 New Midnight Blue

📋 copy color: '#0905B2'

red 9 ◦ green 5 ◦ blue 178

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

Shades of New Midnight Blue #0905B2

Tints of New Midnight Blue #0905B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 4.69%
G = 2.6%
B = 92.71%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0905B2 (or 0x0905B2) is known color: New Midnight Blue. HEX triplet: 09, 05 and B2. RGB value is (9,5,178). Sum of RGB (Red+Green+Blue) = 9+5+178=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 178 (69.92% from 255 or 92.71% from 192); Max value from RGB is 178 - color contains mainly: blue. Hex color #0905B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0905B2 is #F6FA4D. Grayscale: #191919. Windows color (decimal): -16185934 or 11666697. OLE color: 11666697.

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

Color convert

RGB 9 5 178 -
CMYK 0.95 0.97 0 0.30
HSL 241.39º 0.95% 0.36% -
HSV(B) 241.39º 0.97% 0.7% -
XYZ 8.2 3.38 42.34 -
YUV 25.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 9 5 178 0.95 0.97 0 0.30 241.39 0.95 0.36
Hex 9 5 B2 5F 61 0 1E F1 5F 24
Octal 11 5 262 137 141 0 36 361 137 44
Binary 1001 101 10110010 1011111 1100001 0 11110 11110001 1011111 100100

Color Harmonies of #0905B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905B2

Black with #0905B2

Text Example


Text Example

White with #0905B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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