Html Css Color HEX #1268D6 Navy Blue

📋 copy color: '#1268D6'

red 18 ◦ green 104 ◦ blue 214

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

Shades of Navy Blue #1268D6

Tints of Navy Blue #1268D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.69%

R = 5.36%
G = 30.95%
B = 63.69%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1268D6 (or 0x1268D6) is known color: Navy Blue. HEX triplet: 12, 68 and D6. RGB value is (18,104,214). Sum of RGB (Red+Green+Blue) = 18+104+214=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 214 (83.98% from 255 or 63.69% from 336); Max value from RGB is 214 - color contains mainly: blue. Hex color #1268D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268D6 is #ED9729. Grayscale: #5A5A5A. Windows color (decimal): -15570730 or 14051346. OLE color: 14051346.

HSL color Cylindrical-coordinate representation of color #1268D6: hue angle of 213.67º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1268D6 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 104 214 -
CMYK 0.92 0.51 0 0.16
HSL 213.67º 0.84% 0.45% -
HSV(B) 213.67º 0.92% 0.84% -
XYZ 17.34 14.88 65.58 -
YUV 90.83 197.51 76.06 -
System Red Green Blue C M Y K H S L
Decimal 18 104 214 0.92 0.51 0 0.16 213.67 0.84 0.45
Hex 12 68 D6 5C 33 0 10 D6 54 2D
Octal 22 150 326 134 63 0 20 326 124 55
Binary 10010 1101000 11010110 1011100 110011 0 10000 11010110 1010100 101101

Color Harmonies of #1268D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268D6

Black with #1268D6

Text Example


Text Example

White with #1268D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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