Html Css Color HEX #0F6FCF Navy Blue

📋 copy color: '#0F6FCF'

red 15 ◦ green 111 ◦ blue 207

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

Shades of Navy Blue #0F6FCF

Tints of Navy Blue #0F6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

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

R = 4.5%
G = 33.33%
B = 62.16%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F6FCF (or 0x0F6FCF) is known color: Navy Blue. HEX triplet: 0F, 6F and CF. RGB value is (15,111,207). Sum of RGB (Red+Green+Blue) = 15+111+207=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F6FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FCF is #F09030. Grayscale: #5C5C5C. Windows color (decimal): -15765553 or 13594383. OLE color: 13594383.

HSL color Cylindrical-coordinate representation of color #0F6FCF: hue angle of 210º 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 #0F6FCF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 111 207 -
CMYK 0.93 0.46 0 0.19
HSL 210º 0.86% 0.44% -
HSV(B) 210º 0.93% 0.81% -
XYZ 17.14 15.98 61.21 -
YUV 93.24 192.2 72.19 -
System Red Green Blue C M Y K H S L
Decimal 15 111 207 0.93 0.46 0 0.19 210 0.86 0.44
Hex F 6F CF 5D 2E 0 13 D2 56 2C
Octal 17 157 317 135 56 0 23 322 126 54
Binary 1111 1101111 11001111 1011101 101110 0 10011 11010010 1010110 101100

Color Harmonies of #0F6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6FCF

Black with #0F6FCF

Text Example


Text Example

White with #0F6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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