Html Css Color HEX #1260FA Navy Blue

📋 copy color: '#1260FA'

red 18 ◦ green 96 ◦ blue 250

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

Shades of Navy Blue #1260FA

Tints of Navy Blue #1260FA

RGB

 RED value IS 18 (7.42% from 255) = 4.95%

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

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

R = 4.95%
G = 26.37%
B = 68.68%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1260FA (or 0x1260FA) is known color: Navy Blue. HEX triplet: 12, 60 and FA. RGB value is (18,96,250). Sum of RGB (Red+Green+Blue) = 18+96+250=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #1260FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1260FA is #ED9F05. Grayscale: #595959. Windows color (decimal): -15572742 or 16408594. OLE color: 16408594.

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

Color convert

RGB 18 96 250 -
CMYK 0.93 0.62 0 0.02
HSL 219.83º 0.96% 0.53% -
HSV(B) 219.83º 0.93% 0.98% -
XYZ 21.69 15.4 92.27 -
YUV 90.23 218.16 76.48 -
System Red Green Blue C M Y K H S L
Decimal 18 96 250 0.93 0.62 0 0.02 219.83 0.96 0.53
Hex 12 60 FA 5D 3E 0 2 DC 60 35
Octal 22 140 372 135 76 0 2 334 140 65
Binary 10010 1100000 11111010 1011101 111110 0 10 11011100 1100000 110101

Color Harmonies of #1260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1260FA

Black with #1260FA

Text Example


Text Example

White with #1260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1260FA; }

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

 H1.HeaderClassName
 {
   color: #1260FA;
 }
 .AnyTagClassName
 {
   color: #1260FA;
 }
</style>

background-color css

<style>
 a { background-color: #1260FA; }

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

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

border-color css

<style>
 span { border-color: #1260FA; }

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

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