Html Css Color HEX #0F7ACF Navy Blue

📋 copy color: '#0F7ACF'

red 15 ◦ green 122 ◦ blue 207

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

Shades of Navy Blue #0F7ACF

Tints of Navy Blue #0F7ACF

RGB

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

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

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

R = 4.36%
G = 35.47%
B = 60.17%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F7ACF (or 0x0F7ACF) is known color: Navy Blue. HEX triplet: 0F, 7A and CF. RGB value is (15,122,207). Sum of RGB (Red+Green+Blue) = 15+122+207=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F7ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ACF is #F08530. Grayscale: #636363. Windows color (decimal): -15762737 or 13597199. OLE color: 13597199.

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

Color convert

RGB 15 122 207 -
CMYK 0.93 0.41 0 0.19
HSL 206.56º 0.86% 0.44% -
HSV(B) 206.56º 0.93% 0.81% -
XYZ 18.42 18.53 61.64 -
YUV 99.7 188.55 67.59 -
System Red Green Blue C M Y K H S L
Decimal 15 122 207 0.93 0.41 0 0.19 206.56 0.86 0.44
Hex F 7A CF 5D 29 0 13 CF 56 2C
Octal 17 172 317 135 51 0 23 317 126 54
Binary 1111 1111010 11001111 1011101 101001 0 10011 11001111 1010110 101100

Color Harmonies of #0F7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7ACF

Black with #0F7ACF

Text Example


Text Example

White with #0F7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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