Html Css Color HEX #1264EB Navy Blue

📋 copy color: '#1264EB'

red 18 ◦ green 100 ◦ blue 235

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

Shades of Navy Blue #1264EB

Tints of Navy Blue #1264EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 5.1%
G = 28.33%
B = 66.57%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1264EB (or 0x1264EB) is known color: Navy Blue. HEX triplet: 12, 64 and EB. RGB value is (18,100,235). Sum of RGB (Red+Green+Blue) = 18+100+235=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #1264EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1264EB is #ED9B14. Grayscale: #5A5A5A. Windows color (decimal): -15571733 or 15426578. OLE color: 15426578.

HSL color Cylindrical-coordinate representation of color #1264EB: hue angle of 217.33º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1264EB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 100 235 -
CMYK 0.92 0.57 0 0.08
HSL 217.33º 0.86% 0.5% -
HSV(B) 217.33º 0.92% 0.92% -
XYZ 19.8 15.24 80.5 -
YUV 90.87 209.33 76.02 -
System Red Green Blue C M Y K H S L
Decimal 18 100 235 0.92 0.57 0 0.08 217.33 0.86 0.5
Hex 12 64 EB 5C 39 0 8 D9 56 32
Octal 22 144 353 134 71 0 10 331 126 62
Binary 10010 1100100 11101011 1011100 111001 0 1000 11011001 1010110 110010

Color Harmonies of #1264EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264EB

Black with #1264EB

Text Example


Text Example

White with #1264EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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