Html Css Color HEX #0F70C7 Navy Blue

📋 copy color: '#0F70C7'

red 15 ◦ green 112 ◦ blue 199

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

Shades of Navy Blue #0F70C7

Tints of Navy Blue #0F70C7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

 BLUE value IS 199 (78.13% from 255) = 61.04%

R = 4.6%
G = 34.36%
B = 61.04%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0F70C7 (or 0x0F70C7) is known color: Navy Blue. HEX triplet: 0F, 70 and C7. RGB value is (15,112,199). Sum of RGB (Red+Green+Blue) = 15+112+199=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #0F70C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F70C7 is #F08F38. Grayscale: #5C5C5C. Windows color (decimal): -15765305 or 13070351. OLE color: 13070351.

HSL color Cylindrical-coordinate representation of color #0F70C7: hue angle of 208.37º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F70C7 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 112 199 -
CMYK 0.92 0.44 0 0.22
HSL 208.37º 0.86% 0.42% -
HSV(B) 208.37º 0.92% 0.78% -
XYZ 16.3 15.81 56.23 -
YUV 92.92 187.86 72.43 -
System Red Green Blue C M Y K H S L
Decimal 15 112 199 0.92 0.44 0 0.22 208.37 0.86 0.42
Hex F 70 C7 5C 2C 0 16 D0 56 2A
Octal 17 160 307 134 54 0 26 320 126 52
Binary 1111 1110000 11000111 1011100 101100 0 10110 11010000 1010110 101010

Color Harmonies of #0F70C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F70C7

Black with #0F70C7

Text Example


Text Example

White with #0F70C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,199); }

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

background-color css

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

 a { background-color: rgb(15,112,199); }

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

border-color css

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

 span { border-color: rgb(15,112,199); }

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