Html Css Color HEX #1264DA Navy Blue

📋 copy color: '#1264DA'

red 18 ◦ green 100 ◦ blue 218

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

Shades of Navy Blue #1264DA

Tints of Navy Blue #1264DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 5.36%
G = 29.76%
B = 64.88%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1264DA (or 0x1264DA) is known color: Navy Blue. HEX triplet: 12, 64 and DA. RGB value is (18,100,218). Sum of RGB (Red+Green+Blue) = 18+100+218=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #1264DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264DA is #ED9B25. Grayscale: #585858. Windows color (decimal): -15571750 or 14312466. OLE color: 14312466.

HSL color Cylindrical-coordinate representation of color #1264DA: hue angle of 215.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1264DA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 100 218 -
CMYK 0.92 0.54 0 0.15
HSL 215.4º 0.85% 0.46% -
HSV(B) 215.4º 0.92% 0.85% -
XYZ 17.46 14.3 68.17 -
YUV 88.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 18 100 218 0.92 0.54 0 0.15 215.4 0.85 0.46
Hex 12 64 DA 5C 36 0 F D7 55 2E
Octal 22 144 332 134 66 0 17 327 125 56
Binary 10010 1100100 11011010 1011100 110110 0 1111 11010111 1010101 101110

Color Harmonies of #1264DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264DA

Black with #1264DA

Text Example


Text Example

White with #1264DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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