Html Css Color HEX #1268EB Navy Blue

📋 copy color: '#1268EB'

red 18 ◦ green 104 ◦ blue 235

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

Shades of Navy Blue #1268EB

Tints of Navy Blue #1268EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.83%

R = 5.04%
G = 29.13%
B = 65.83%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1268EB (or 0x1268EB) is known color: Navy Blue. HEX triplet: 12, 68 and EB. RGB value is (18,104,235). Sum of RGB (Red+Green+Blue) = 18+104+235=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #1268EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1268EB is #ED9714. Grayscale: #5C5C5C. Windows color (decimal): -15570709 or 15427602. OLE color: 15427602.

HSL color Cylindrical-coordinate representation of color #1268EB: hue angle of 216.22º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1268EB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 104 235 -
CMYK 0.92 0.56 0 0.08
HSL 216.22º 0.86% 0.5% -
HSV(B) 216.22º 0.92% 0.92% -
XYZ 20.2 16.03 80.63 -
YUV 93.22 208.01 74.35 -
System Red Green Blue C M Y K H S L
Decimal 18 104 235 0.92 0.56 0 0.08 216.22 0.86 0.5
Hex 12 68 EB 5C 38 0 8 D8 56 32
Octal 22 150 353 134 70 0 10 330 126 62
Binary 10010 1101000 11101011 1011100 111000 0 1000 11011000 1010110 110010

Color Harmonies of #1268EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268EB

Black with #1268EB

Text Example


Text Example

White with #1268EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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