Html Css Color HEX #000F90 Dark Blue

📋 copy color: '#000F90'

red 0 ◦ green 15 ◦ blue 144

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

Shades of Dark Blue #000F90

Tints of Dark Blue #000F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 90.57%

R = 0%
G = 9.43%
B = 90.57%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#000F90 (or 0x000F90) is known color: Dark Blue. HEX triplet: 00, 0F and 90. RGB value is (0,15,144). Sum of RGB (Red+Green+Blue) = 0+15+144=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 144 (56.64% from 255 or 90.57% from 159); Max value from RGB is 144 - color contains mainly: blue. Hex color #000F90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F90 is #FFF06F. Grayscale: #181818. Windows color (decimal): -16773232 or 9441024. OLE color: 9441024.

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

Color convert

RGB 0 15 144 -
CMYK 1 0.90 0 0.44
HSL 233.75º 1% 0.28% -
HSV(B) 233.75º 1% 0.56% -
XYZ 5.2 2.36 26.57 -
YUV 25.22 195.03 110.01 -
System Red Green Blue C M Y K H S L
Decimal 0 15 144 1 0.90 0 0.44 233.75 1 0.28
Hex 0 F 90 64 5A 0 2C EA 64 1C
Octal 0 17 220 144 132 0 54 352 144 34
Binary 0 1111 10010000 1100100 1011010 0 101100 11101010 1100100 11100

Color Harmonies of #000F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F90

Black with #000F90

Text Example


Text Example

White with #000F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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