Html Css Color HEX #1268DC Navy Blue

📋 copy color: '#1268DC'

red 18 ◦ green 104 ◦ blue 220

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

Shades of Navy Blue #1268DC

Tints of Navy Blue #1268DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 5.26%
G = 30.41%
B = 64.33%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1268DC (or 0x1268DC) is known color: Navy Blue. HEX triplet: 12, 68 and DC. RGB value is (18,104,220). Sum of RGB (Red+Green+Blue) = 18+104+220=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #1268DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268DC is #ED9723. Grayscale: #5A5A5A. Windows color (decimal): -15570724 or 14444562. OLE color: 14444562.

HSL color Cylindrical-coordinate representation of color #1268DC: hue angle of 214.46º 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 #1268DC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 104 220 -
CMYK 0.92 0.53 0 0.14
HSL 214.46º 0.85% 0.47% -
HSV(B) 214.46º 0.92% 0.86% -
XYZ 18.12 15.2 69.69 -
YUV 91.51 200.51 75.57 -
System Red Green Blue C M Y K H S L
Decimal 18 104 220 0.92 0.53 0 0.14 214.46 0.85 0.47
Hex 12 68 DC 5C 35 0 E D6 55 2F
Octal 22 150 334 134 65 0 16 326 125 57
Binary 10010 1101000 11011100 1011100 110101 0 1110 11010110 1010101 101111

Color Harmonies of #1268DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268DC

Black with #1268DC

Text Example


Text Example

White with #1268DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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