Html Css Color HEX #0F7AC6 Navy Blue

📋 copy color: '#0F7AC6'

red 15 ◦ green 122 ◦ blue 198

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

Shades of Navy Blue #0F7AC6

Tints of Navy Blue #0F7AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 59.1%

R = 4.48%
G = 36.42%
B = 59.1%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0F7AC6 (or 0x0F7AC6) is known color: Navy Blue. HEX triplet: 0F, 7A and C6. RGB value is (15,122,198). Sum of RGB (Red+Green+Blue) = 15+122+198=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #0F7AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7AC6 is #F08539. Grayscale: #626262. Windows color (decimal): -15762746 or 13007375. OLE color: 13007375.

HSL color Cylindrical-coordinate representation of color #0F7AC6: hue angle of 204.92º 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 #0F7AC6 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 122 198 -
CMYK 0.92 0.38 0 0.22
HSL 204.92º 0.86% 0.42% -
HSV(B) 204.92º 0.92% 0.78% -
XYZ 17.35 18.1 56 -
YUV 98.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 15 122 198 0.92 0.38 0 0.22 204.92 0.86 0.42
Hex F 7A C6 5C 26 0 16 CD 56 2A
Octal 17 172 306 134 46 0 26 315 126 52
Binary 1111 1111010 11000110 1011100 100110 0 10110 11001101 1010110 101010

Color Harmonies of #0F7AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7AC6

Black with #0F7AC6

Text Example


Text Example

White with #0F7AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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