Html Css Color HEX #0F7AE0 Navy Blue

📋 copy color: '#0F7AE0'

red 15 ◦ green 122 ◦ blue 224

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

Shades of Navy Blue #0F7AE0

Tints of Navy Blue #0F7AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.05%

R = 4.16%
G = 33.8%
B = 62.05%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0F7AE0 (or 0x0F7AE0) is known color: Navy Blue. HEX triplet: 0F, 7A and E0. RGB value is (15,122,224). Sum of RGB (Red+Green+Blue) = 15+122+224=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 224 (87.89% from 255 or 62.05% from 361); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F7AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7AE0 is #F0851F. Grayscale: #656565. Windows color (decimal): -15762720 or 14711311. OLE color: 14711311.

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

Color convert

RGB 15 122 224 -
CMYK 0.93 0.46 0 0.12
HSL 209.28º 0.87% 0.47% -
HSV(B) 209.28º 0.93% 0.88% -
XYZ 20.61 19.4 73.18 -
YUV 101.64 197.05 66.21 -
System Red Green Blue C M Y K H S L
Decimal 15 122 224 0.93 0.46 0 0.12 209.28 0.87 0.47
Hex F 7A E0 5D 2E 0 C D1 57 2F
Octal 17 172 340 135 56 0 14 321 127 57
Binary 1111 1111010 11100000 1011101 101110 0 1100 11010001 1010111 101111

Color Harmonies of #0F7AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7AE0

Black with #0F7AE0

Text Example


Text Example

White with #0F7AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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