Html Css Color HEX #0F60FA Navy Blue

📋 copy color: '#0F60FA'

red 15 ◦ green 96 ◦ blue 250

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

Shades of Navy Blue #0F60FA

Tints of Navy Blue #0F60FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 4.16%
G = 26.59%
B = 69.25%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F60FA (or 0x0F60FA) is known color: Navy Blue. HEX triplet: 0F, 60 and FA. RGB value is (15,96,250). Sum of RGB (Red+Green+Blue) = 15+96+250=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F60FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F60FA is #F09F05. Grayscale: #585858. Windows color (decimal): -15769350 or 16408591. OLE color: 16408591.

HSL color Cylindrical-coordinate representation of color #0F60FA: hue angle of 219.32º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F60FA is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 96 250 -
CMYK 0.94 0.62 0 0.02
HSL 219.32º 0.96% 0.52% -
HSV(B) 219.32º 0.94% 0.98% -
XYZ 21.64 15.37 92.27 -
YUV 89.34 218.66 74.98 -
System Red Green Blue C M Y K H S L
Decimal 15 96 250 0.94 0.62 0 0.02 219.32 0.96 0.52
Hex F 60 FA 5E 3E 0 2 DB 60 34
Octal 17 140 372 136 76 0 2 333 140 64
Binary 1111 1100000 11111010 1011110 111110 0 10 11011011 1100000 110100

Color Harmonies of #0F60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F60FA

Black with #0F60FA

Text Example


Text Example

White with #0F60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,96,250); }

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

background-color css

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

 a { background-color: rgb(15,96,250); }

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

border-color css

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

 span { border-color: rgb(15,96,250); }

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