Html Css Color HEX #000F93 Dark Blue

📋 copy color: '#000F93'

red 0 ◦ green 15 ◦ blue 147

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

Shades of Dark Blue #000F93

Tints of Dark Blue #000F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 90.74%

R = 0%
G = 9.26%
B = 90.74%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#000F93 (or 0x000F93) is known color: Dark Blue. HEX triplet: 00, 0F and 93. RGB value is (0,15,147). Sum of RGB (Red+Green+Blue) = 0+15+147=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 147 (57.81% from 255 or 90.74% from 162); Max value from RGB is 147 - color contains mainly: blue. Hex color #000F93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F93 is #FFF06C. Grayscale: #191919. Windows color (decimal): -16773229 or 9637632. OLE color: 9637632.

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

Color convert

RGB 0 15 147 -
CMYK 1 0.90 0 0.42
HSL 233.88º 1% 0.29% -
HSV(B) 233.88º 1% 0.58% -
XYZ 5.44 2.45 27.79 -
YUV 25.56 196.53 109.77 -
System Red Green Blue C M Y K H S L
Decimal 0 15 147 1 0.90 0 0.42 233.88 1 0.29
Hex 0 F 93 64 5A 0 2A EA 64 1D
Octal 0 17 223 144 132 0 52 352 144 35
Binary 0 1111 10010011 1100100 1011010 0 101010 11101010 1100100 11101

Color Harmonies of #000F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F93

Black with #000F93

Text Example


Text Example

White with #000F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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