Html Css Color HEX #1264DC Navy Blue

📋 copy color: '#1264DC'

red 18 ◦ green 100 ◦ blue 220

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

Shades of Navy Blue #1264DC

Tints of Navy Blue #1264DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 5.33%
G = 29.59%
B = 65.09%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1264DC (or 0x1264DC) is known color: Navy Blue. HEX triplet: 12, 64 and DC. RGB value is (18,100,220). Sum of RGB (Red+Green+Blue) = 18+100+220=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #1264DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264DC is #ED9B23. Grayscale: #585858. Windows color (decimal): -15571748 or 14443538. OLE color: 14443538.

HSL color Cylindrical-coordinate representation of color #1264DC: hue angle of 215.64º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1264DC is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 100 220 -
CMYK 0.92 0.55 0 0.14
HSL 215.64º 0.85% 0.47% -
HSV(B) 215.64º 0.92% 0.86% -
XYZ 17.72 14.41 69.56 -
YUV 89.16 201.83 77.24 -
System Red Green Blue C M Y K H S L
Decimal 18 100 220 0.92 0.55 0 0.14 215.64 0.85 0.47
Hex 12 64 DC 5C 37 0 E D8 55 2F
Octal 22 144 334 134 67 0 16 330 125 57
Binary 10010 1100100 11011100 1011100 110111 0 1110 11011000 1010101 101111

Color Harmonies of #1264DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264DC

Black with #1264DC

Text Example


Text Example

White with #1264DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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