Html Css Color HEX #0F7ADC Navy Blue

📋 copy color: '#0F7ADC'

red 15 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #0F7ADC

Tints of Navy Blue #0F7ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.62%

R = 4.2%
G = 34.17%
B = 61.62%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F7ADC (or 0x0F7ADC) is known color: Navy Blue. HEX triplet: 0F, 7A and DC. RGB value is (15,122,220). Sum of RGB (Red+Green+Blue) = 15+122+220=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F7ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ADC is #F08523. Grayscale: #646464. Windows color (decimal): -15762724 or 14449167. OLE color: 14449167.

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

Color convert

RGB 15 122 220 -
CMYK 0.93 0.45 0 0.14
HSL 208.68º 0.87% 0.46% -
HSV(B) 208.68º 0.93% 0.86% -
XYZ 20.07 19.19 70.36 -
YUV 101.18 195.05 66.53 -
System Red Green Blue C M Y K H S L
Decimal 15 122 220 0.93 0.45 0 0.14 208.68 0.87 0.46
Hex F 7A DC 5D 2D 0 E D1 57 2E
Octal 17 172 334 135 55 0 16 321 127 56
Binary 1111 1111010 11011100 1011101 101101 0 1110 11010001 1010111 101110

Color Harmonies of #0F7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7ADC

Black with #0F7ADC

Text Example


Text Example

White with #0F7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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