Html Css Color HEX #1246F5 Navy Blue

📋 copy color: '#1246F5'

red 18 ◦ green 70 ◦ blue 245

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

Shades of Navy Blue #1246F5

Tints of Navy Blue #1246F5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 245 (96.09% from 255) = 73.57%

R = 5.41%
G = 21.02%
B = 73.57%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1246F5 (or 0x1246F5) is known color: Navy Blue. HEX triplet: 12, 46 and F5. RGB value is (18,70,245). Sum of RGB (Red+Green+Blue) = 18+70+245=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 245 (96.09% from 255 or 73.57% from 333); Max value from RGB is 245 - color contains mainly: blue. Hex color #1246F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1246F5 is #EDB90A. Grayscale: #494949. Windows color (decimal): -15579403 or 16074258. OLE color: 16074258.

HSL color Cylindrical-coordinate representation of color #1246F5: hue angle of 226.26º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1246F5 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 70 245 -
CMYK 0.93 0.71 0 0.04
HSL 226.26º 0.92% 0.52% -
HSV(B) 226.26º 0.93% 0.96% -
XYZ 18.92 11.1 87.53 -
YUV 74.4 224.27 87.77 -
System Red Green Blue C M Y K H S L
Decimal 18 70 245 0.93 0.71 0 0.04 226.26 0.92 0.52
Hex 12 46 F5 5D 47 0 4 E2 5C 34
Octal 22 106 365 135 107 0 4 342 134 64
Binary 10010 1000110 11110101 1011101 1000111 0 100 11100010 1011100 110100

Color Harmonies of #1246F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246F5

Black with #1246F5

Text Example


Text Example

White with #1246F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1246F5; }

 p { color: rgb(18,70,245); }

 H1.HeaderClassName
 {
   color: #1246F5;
 }
 .AnyTagClassName
 {
   color: #1246F5;
 }
</style>

background-color css

<style>
 a { background-color: #1246F5; }

 a { background-color: rgb(18,70,245); }

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

border-color css

<style>
 span { border-color: #1246F5; }

 span { border-color: rgb(18,70,245); }

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