Html Css Color HEX #0F097A Navy

📋 copy color: '#0F097A'

red 15 ◦ green 9 ◦ blue 122

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

Shades of Navy #0F097A

Tints of Navy #0F097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

 BLUE value IS 122 (48.05% from 255) = 83.56%

R = 10.27%
G = 6.16%
B = 83.56%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F097A (or 0x0F097A) is known color: Navy. HEX triplet: 0F, 09 and 7A. RGB value is (15,9,122). Sum of RGB (Red+Green+Blue) = 15+9+122=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 122 (48.05% from 255 or 83.56% from 146); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F097A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F097A is #F0F685. Grayscale: #171717. Windows color (decimal): -15791750 or 7997711. OLE color: 7997711.

HSL color Cylindrical-coordinate representation of color #0F097A: hue angle of 243.19º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F097A is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 9 122 -
CMYK 0.88 0.93 0 0.52
HSL 243.19º 0.86% 0.26% -
HSV(B) 243.19º 0.93% 0.48% -
XYZ 3.81 1.7 18.54 -
YUV 23.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 15 9 122 0.88 0.93 0 0.52 243.19 0.86 0.26
Hex F 9 7A 58 5D 0 34 F3 56 1A
Octal 17 11 172 130 135 0 64 363 126 32
Binary 1111 1001 1111010 1011000 1011101 0 110100 11110011 1010110 11010

Color Harmonies of #0F097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F097A

Black with #0F097A

Text Example


Text Example

White with #0F097A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,122); }

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

background-color css

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

 a { background-color: rgb(15,9,122); }

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

border-color css

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

 span { border-color: rgb(15,9,122); }

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