Html Css Color HEX #0905B3 New Midnight Blue

📋 copy color: '#0905B3'

red 9 ◦ green 5 ◦ blue 179

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

Shades of New Midnight Blue #0905B3

Tints of New Midnight Blue #0905B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 92.75%

R = 4.66%
G = 2.59%
B = 92.75%

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

#0905B3 (or 0x0905B3) is known color: New Midnight Blue. HEX triplet: 09, 05 and B3. RGB value is (9,5,179). Sum of RGB (Red+Green+Blue) = 9+5+179=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 179 (70.31% from 255 or 92.75% from 193); Max value from RGB is 179 - color contains mainly: blue. Hex color #0905B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905B3 is #F6FA4C. Grayscale: #191919. Windows color (decimal): -16185933 or 11732233. OLE color: 11732233.

HSL color Cylindrical-coordinate representation of color #0905B3: hue angle of 241.38º 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 #0905B3 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 5 179 -
CMYK 0.95 0.97 0 0.30
HSL 241.38º 0.95% 0.36% -
HSV(B) 241.38º 0.97% 0.7% -
XYZ 8.3 3.42 42.87 -
YUV 26.03 214.33 115.85 -
System Red Green Blue C M Y K H S L
Decimal 9 5 179 0.95 0.97 0 0.30 241.38 0.95 0.36
Hex 9 5 B3 5F 61 0 1E F1 5F 24
Octal 11 5 263 137 141 0 36 361 137 44
Binary 1001 101 10110011 1011111 1100001 0 11110 11110001 1011111 100100

Color Harmonies of #0905B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905B3

Black with #0905B3

Text Example


Text Example

White with #0905B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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