Html Css Color HEX #0F7ECF Navy Blue

📋 copy color: '#0F7ECF'

red 15 ◦ green 126 ◦ blue 207

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

Shades of Navy Blue #0F7ECF

Tints of Navy Blue #0F7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 4.31%
G = 36.21%
B = 59.48%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F7ECF (or 0x0F7ECF) is known color: Navy Blue. HEX triplet: 0F, 7E and CF. RGB value is (15,126,207). Sum of RGB (Red+Green+Blue) = 15+126+207=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F7ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ECF is #F08130. Grayscale: #656565. Windows color (decimal): -15761713 or 13598223. OLE color: 13598223.

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

Color convert

RGB 15 126 207 -
CMYK 0.93 0.39 0 0.19
HSL 205.31º 0.86% 0.44% -
HSV(B) 205.31º 0.93% 0.81% -
XYZ 18.92 19.53 61.8 -
YUV 102.05 187.23 65.91 -
System Red Green Blue C M Y K H S L
Decimal 15 126 207 0.93 0.39 0 0.19 205.31 0.86 0.44
Hex F 7E CF 5D 27 0 13 CD 56 2C
Octal 17 176 317 135 47 0 23 315 126 54
Binary 1111 1111110 11001111 1011101 100111 0 10011 11001101 1010110 101100

Color Harmonies of #0F7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7ECF

Black with #0F7ECF

Text Example


Text Example

White with #0F7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,126,207); }

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

background-color css

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

 a { background-color: rgb(15,126,207); }

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

border-color css

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

 span { border-color: rgb(15,126,207); }

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