Html Css Color HEX #000F91 Dark Blue

📋 copy color: '#000F91'

red 0 ◦ green 15 ◦ blue 145

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

Shades of Dark Blue #000F91

Tints of Dark Blue #000F91

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 9.38%

 BLUE value IS 145 (57.03% from 255) = 90.63%

R = 0%
G = 9.38%
B = 90.63%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#000F91 (or 0x000F91) is known color: Dark Blue. HEX triplet: 00, 0F and 91. RGB value is (0,15,145). Sum of RGB (Red+Green+Blue) = 0+15+145=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 145 (57.03% from 255 or 90.62% from 160); Max value from RGB is 145 - color contains mainly: blue. Hex color #000F91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F91 is #FFF06E. Grayscale: #181818. Windows color (decimal): -16773231 or 9506560. OLE color: 9506560.

HSL color Cylindrical-coordinate representation of color #000F91: hue angle of 233.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F91 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 15 145 -
CMYK 1 0.90 0 0.43
HSL 233.79º 1% 0.28% -
HSV(B) 233.79º 1% 0.57% -
XYZ 5.28 2.39 26.97 -
YUV 25.34 195.53 109.93 -
System Red Green Blue C M Y K H S L
Decimal 0 15 145 1 0.90 0 0.43 233.79 1 0.28
Hex 0 F 91 64 5A 0 2B EA 64 1C
Octal 0 17 221 144 132 0 53 352 144 34
Binary 0 1111 10010001 1100100 1011010 0 101011 11101010 1100100 11100

Color Harmonies of #000F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F91

Black with #000F91

Text Example


Text Example

White with #000F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F91; }

 p { color: rgb(0,15,145); }

 H1.HeaderClassName
 {
   color: #000F91;
 }
 .AnyTagClassName
 {
   color: #000F91;
 }
</style>

background-color css

<style>
 a { background-color: #000F91; }

 a { background-color: rgb(0,15,145); }

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

border-color css

<style>
 span { border-color: #000F91; }

 span { border-color: rgb(0,15,145); }

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