Html Css Color HEX #0F0073 Navy

📋 copy color: '#0F0073'

red 15 ◦ green 0 ◦ blue 115

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

Shades of Navy #0F0073

Tints of Navy #0F0073

RGB

 RED value IS 15 (6.25% from 255) = 11.54%

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

 BLUE value IS 115 (45.31% from 255) = 88.46%

R = 11.54%
G = 0%
B = 88.46%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F0073 (or 0x0F0073) is known color: Navy. HEX triplet: 0F, 00 and 73. RGB value is (15,0,115). Sum of RGB (Red+Green+Blue) = 15+0+115=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 115 (45.31% from 255 or 88.46% from 130); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F0073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0073 is #F0FF8C. Grayscale: #111111. Windows color (decimal): -15794061 or 7536655. OLE color: 7536655.

HSL color Cylindrical-coordinate representation of color #0F0073: hue angle of 247.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0073 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 0 115 -
CMYK 0.87 1 0 0.55
HSL 247.83º 1% 0.23% -
HSV(B) 247.83º 1% 0.45% -
XYZ 3.29 1.34 16.3 -
YUV 17.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 15 0 115 0.87 1 0 0.55 247.83 1 0.23
Hex F 0 73 57 64 0 37 F8 64 17
Octal 17 0 163 127 144 0 67 370 144 27
Binary 1111 0 1110011 1010111 1100100 0 110111 11111000 1100100 10111

Color Harmonies of #0F0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0073

Black with #0F0073

Text Example


Text Example

White with #0F0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0073; }

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

 H1.HeaderClassName
 {
   color: #0F0073;
 }
 .AnyTagClassName
 {
   color: #0F0073;
 }
</style>

background-color css

<style>
 a { background-color: #0F0073; }

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

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

border-color css

<style>
 span { border-color: #0F0073; }

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

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