Html Css Color HEX #0914B1 New Midnight Blue

📋 copy color: '#0914B1'

red 9 ◦ green 20 ◦ blue 177

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

Shades of New Midnight Blue #0914B1

Tints of New Midnight Blue #0914B1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

 BLUE value IS 177 (69.53% from 255) = 85.92%

R = 4.37%
G = 9.71%
B = 85.92%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0914B1 (or 0x0914B1) is known color: New Midnight Blue. HEX triplet: 09, 14 and B1. RGB value is (9,20,177). Sum of RGB (Red+Green+Blue) = 9+20+177=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #0914B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0914B1 is #F6EB4E. Grayscale: #212121. Windows color (decimal): -16182095 or 11605001. OLE color: 11605001.

HSL color Cylindrical-coordinate representation of color #0914B1: hue angle of 236.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0914B1 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 20 177 -
CMYK 0.95 0.89 0 0.31
HSL 236.07º 0.9% 0.36% -
HSV(B) 236.07º 0.95% 0.69% -
XYZ 8.3 3.73 41.88 -
YUV 34.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 9 20 177 0.95 0.89 0 0.31 236.07 0.9 0.36
Hex 9 14 B1 5F 59 0 1F EC 5A 24
Octal 11 24 261 137 131 0 37 354 132 44
Binary 1001 10100 10110001 1011111 1011001 0 11111 11101100 1011010 100100

Color Harmonies of #0914B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0914B1

Black with #0914B1

Text Example


Text Example

White with #0914B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0914B1; }

 p { color: rgb(9,20,177); }

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

background-color css

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

 a { background-color: rgb(9,20,177); }

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

border-color css

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

 span { border-color: rgb(9,20,177); }

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