Html Css Color HEX #0F7ADE Navy Blue

📋 copy color: '#0F7ADE'

red 15 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #0F7ADE

Tints of Navy Blue #0F7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.84%

R = 4.18%
G = 33.98%
B = 61.84%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F7ADE (or 0x0F7ADE) is known color: Navy Blue. HEX triplet: 0F, 7A and DE. RGB value is (15,122,222). Sum of RGB (Red+Green+Blue) = 15+122+222=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F7ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ADE is #F08521. Grayscale: #646464. Windows color (decimal): -15762722 or 14580239. OLE color: 14580239.

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

Color convert

RGB 15 122 222 -
CMYK 0.93 0.45 0 0.13
HSL 208.99º 0.87% 0.46% -
HSV(B) 208.99º 0.93% 0.87% -
XYZ 20.34 19.29 71.76 -
YUV 101.41 196.05 66.37 -
System Red Green Blue C M Y K H S L
Decimal 15 122 222 0.93 0.45 0 0.13 208.99 0.87 0.46
Hex F 7A DE 5D 2D 0 D D1 57 2E
Octal 17 172 336 135 55 0 15 321 127 56
Binary 1111 1111010 11011110 1011101 101101 0 1101 11010001 1010111 101110

Color Harmonies of #0F7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7ADE

Black with #0F7ADE

Text Example


Text Example

White with #0F7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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