Html Css Color HEX #0F077C Navy

📋 copy color: '#0F077C'

red 15 ◦ green 7 ◦ blue 124

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

Shades of Navy #0F077C

Tints of Navy #0F077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.79%

 BLUE value IS 124 (48.83% from 255) = 84.93%

R = 10.27%
G = 4.79%
B = 84.93%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F077C (or 0x0F077C) is known color: Navy. HEX triplet: 0F, 07 and 7C. RGB value is (15,7,124). Sum of RGB (Red+Green+Blue) = 15+7+124=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F077C is #F0F883. Grayscale: #161616. Windows color (decimal): -15792260 or 8128271. OLE color: 8128271.

HSL color Cylindrical-coordinate representation of color #0F077C: hue angle of 244.1º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F077C is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 7 124 -
CMYK 0.88 0.94 0 0.51
HSL 244.1º 0.89% 0.26% -
HSV(B) 244.1º 0.94% 0.49% -
XYZ 3.91 1.71 19.19 -
YUV 22.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 15 7 124 0.88 0.94 0 0.51 244.1 0.89 0.26
Hex F 7 7C 58 5E 0 33 F4 59 1A
Octal 17 7 174 130 136 0 63 364 131 32
Binary 1111 111 1111100 1011000 1011110 0 110011 11110100 1011001 11010

Color Harmonies of #0F077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F077C

Black with #0F077C

Text Example


Text Example

White with #0F077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,7,124); }

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

background-color css

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

 a { background-color: rgb(15,7,124); }

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

border-color css

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

 span { border-color: rgb(15,7,124); }

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