Html Css Color HEX #0F7ABF Navy Blue

📋 copy color: '#0F7ABF'

red 15 ◦ green 122 ◦ blue 191

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

Shades of Navy Blue #0F7ABF

Tints of Navy Blue #0F7ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 191 (75% from 255) = 58.23%

R = 4.57%
G = 37.2%
B = 58.23%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F7ABF (or 0x0F7ABF) is known color: Navy Blue. HEX triplet: 0F, 7A and BF. RGB value is (15,122,191). Sum of RGB (Red+Green+Blue) = 15+122+191=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F7ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ABF is #F08540. Grayscale: #616161. Windows color (decimal): -15762753 or 12548623. OLE color: 12548623.

HSL color Cylindrical-coordinate representation of color #0F7ABF: hue angle of 203.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7ABF is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 122 191 -
CMYK 0.92 0.36 0 0.25
HSL 203.52º 0.85% 0.4% -
HSV(B) 203.52º 0.92% 0.75% -
XYZ 16.56 17.78 51.85 -
YUV 97.87 180.55 68.89 -
System Red Green Blue C M Y K H S L
Decimal 15 122 191 0.92 0.36 0 0.25 203.52 0.85 0.4
Hex F 7A BF 5C 24 0 19 CC 55 28
Octal 17 172 277 134 44 0 31 314 125 50
Binary 1111 1111010 10111111 1011100 100100 0 11001 11001100 1010101 101000

Color Harmonies of #0F7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7ABF

Black with #0F7ABF

Text Example


Text Example

White with #0F7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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