Html Css Color HEX #1264EF Navy Blue

📋 copy color: '#1264EF'

red 18 ◦ green 100 ◦ blue 239

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

Shades of Navy Blue #1264EF

Tints of Navy Blue #1264EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.95%

R = 5.04%
G = 28.01%
B = 66.95%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1264EF (or 0x1264EF) is known color: Navy Blue. HEX triplet: 12, 64 and EF. RGB value is (18,100,239). Sum of RGB (Red+Green+Blue) = 18+100+239=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #1264EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1264EF is #ED9B10. Grayscale: #5A5A5A. Windows color (decimal): -15571729 or 15688722. OLE color: 15688722.

HSL color Cylindrical-coordinate representation of color #1264EF: hue angle of 217.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1264EF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 100 239 -
CMYK 0.92 0.58 0 0.06
HSL 217.74º 0.87% 0.5% -
HSV(B) 217.74º 0.92% 0.94% -
XYZ 20.39 15.47 83.57 -
YUV 91.33 211.33 75.7 -
System Red Green Blue C M Y K H S L
Decimal 18 100 239 0.92 0.58 0 0.06 217.74 0.87 0.5
Hex 12 64 EF 5C 3A 0 6 DA 57 32
Octal 22 144 357 134 72 0 6 332 127 62
Binary 10010 1100100 11101111 1011100 111010 0 110 11011010 1010111 110010

Color Harmonies of #1264EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264EF

Black with #1264EF

Text Example


Text Example

White with #1264EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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