Html Css Color HEX #0F71CE Navy Blue

📋 copy color: '#0F71CE'

red 15 ◦ green 113 ◦ blue 206

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

Shades of Navy Blue #0F71CE

Tints of Navy Blue #0F71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 4.49%
G = 33.83%
B = 61.68%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F71CE (or 0x0F71CE) is known color: Navy Blue. HEX triplet: 0F, 71 and CE. RGB value is (15,113,206). Sum of RGB (Red+Green+Blue) = 15+113+206=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F71CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F71CE is #F08E31. Grayscale: #5D5D5D. Windows color (decimal): -15765042 or 13529359. OLE color: 13529359.

HSL color Cylindrical-coordinate representation of color #0F71CE: hue angle of 209.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F71CE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 113 206 -
CMYK 0.93 0.45 0 0.19
HSL 209.21º 0.86% 0.43% -
HSV(B) 209.21º 0.93% 0.81% -
XYZ 17.24 16.37 60.64 -
YUV 94.3 191.03 71.44 -
System Red Green Blue C M Y K H S L
Decimal 15 113 206 0.93 0.45 0 0.19 209.21 0.86 0.43
Hex F 71 CE 5D 2D 0 13 D1 56 2B
Octal 17 161 316 135 55 0 23 321 126 53
Binary 1111 1110001 11001110 1011101 101101 0 10011 11010001 1010110 101011

Color Harmonies of #0F71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F71CE

Black with #0F71CE

Text Example


Text Example

White with #0F71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,113,206); }

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

background-color css

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

 a { background-color: rgb(15,113,206); }

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

border-color css

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

 span { border-color: rgb(15,113,206); }

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