Html Css Color HEX #0F7CC0 Navy Blue

📋 copy color: '#0F7CC0'

red 15 ◦ green 124 ◦ blue 192

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

Shades of Navy Blue #0F7CC0

Tints of Navy Blue #0F7CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 192 (75.39% from 255) = 58.01%

R = 4.53%
G = 37.46%
B = 58.01%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F7CC0 (or 0x0F7CC0) is known color: Navy Blue. HEX triplet: 0F, 7C and C0. RGB value is (15,124,192). Sum of RGB (Red+Green+Blue) = 15+124+192=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F7CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7CC0 is #F0833F. Grayscale: #626262. Windows color (decimal): -15762240 or 12614671. OLE color: 12614671.

HSL color Cylindrical-coordinate representation of color #0F7CC0: hue angle of 203.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7CC0 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 124 192 -
CMYK 0.92 0.35 0 0.25
HSL 203.05º 0.86% 0.41% -
HSV(B) 203.05º 0.92% 0.75% -
XYZ 16.92 18.32 52.51 -
YUV 99.16 180.39 67.97 -
System Red Green Blue C M Y K H S L
Decimal 15 124 192 0.92 0.35 0 0.25 203.05 0.86 0.41
Hex F 7C C0 5C 23 0 19 CB 56 29
Octal 17 174 300 134 43 0 31 313 126 51
Binary 1111 1111100 11000000 1011100 100011 0 11001 11001011 1010110 101001

Color Harmonies of #0F7CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7CC0

Black with #0F7CC0

Text Example


Text Example

White with #0F7CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,192); }

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

background-color css

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

 a { background-color: rgb(15,124,192); }

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

border-color css

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

 span { border-color: rgb(15,124,192); }

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