Html Css Color HEX #1264F6 Navy Blue

📋 copy color: '#1264F6'

red 18 ◦ green 100 ◦ blue 246

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

Shades of Navy Blue #1264F6

Tints of Navy Blue #1264F6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

 BLUE value IS 246 (96.48% from 255) = 67.58%

R = 4.95%
G = 27.47%
B = 67.58%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1264F6 (or 0x1264F6) is known color: Navy Blue. HEX triplet: 12, 64 and F6. RGB value is (18,100,246). Sum of RGB (Red+Green+Blue) = 18+100+246=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 246 (96.48% from 255 or 67.58% from 364); Max value from RGB is 246 - color contains mainly: blue. Hex color #1264F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1264F6 is #ED9B09. Grayscale: #5B5B5B. Windows color (decimal): -15571722 or 16147474. OLE color: 16147474.

HSL color Cylindrical-coordinate representation of color #1264F6: hue angle of 218.42º degrees, saturation: 0.93, 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 #1264F6 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 100 246 -
CMYK 0.93 0.59 0 0.04
HSL 218.42º 0.93% 0.52% -
HSV(B) 218.42º 0.93% 0.96% -
XYZ 21.44 15.9 89.13 -
YUV 92.13 214.83 75.13 -
System Red Green Blue C M Y K H S L
Decimal 18 100 246 0.93 0.59 0 0.04 218.42 0.93 0.52
Hex 12 64 F6 5D 3B 0 4 DA 5D 34
Octal 22 144 366 135 73 0 4 332 135 64
Binary 10010 1100100 11110110 1011101 111011 0 100 11011010 1011101 110100

Color Harmonies of #1264F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264F6

Black with #1264F6

Text Example


Text Example

White with #1264F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1264F6; }

 p { color: rgb(18,100,246); }

 H1.HeaderClassName
 {
   color: #1264F6;
 }
 .AnyTagClassName
 {
   color: #1264F6;
 }
</style>

background-color css

<style>
 a { background-color: #1264F6; }

 a { background-color: rgb(18,100,246); }

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

border-color css

<style>
 span { border-color: #1264F6; }

 span { border-color: rgb(18,100,246); }

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