Html Css Color HEX #1268CE Navy Blue

📋 copy color: '#1268CE'

red 18 ◦ green 104 ◦ blue 206

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

Shades of Navy Blue #1268CE

Tints of Navy Blue #1268CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 5.49%
G = 31.71%
B = 62.8%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1268CE (or 0x1268CE) is known color: Navy Blue. HEX triplet: 12, 68 and CE. RGB value is (18,104,206). Sum of RGB (Red+Green+Blue) = 18+104+206=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #1268CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268CE is #ED9731. Grayscale: #595959. Windows color (decimal): -15570738 or 13527058. OLE color: 13527058.

HSL color Cylindrical-coordinate representation of color #1268CE: hue angle of 212.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1268CE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 104 206 -
CMYK 0.91 0.50 0 0.19
HSL 212.55º 0.84% 0.44% -
HSV(B) 212.55º 0.91% 0.81% -
XYZ 16.34 14.49 60.33 -
YUV 89.91 193.51 76.71 -
System Red Green Blue C M Y K H S L
Decimal 18 104 206 0.91 0.50 0 0.19 212.55 0.84 0.44
Hex 12 68 CE 5B 32 0 13 D5 54 2C
Octal 22 150 316 133 62 0 23 325 124 54
Binary 10010 1101000 11001110 1011011 110010 0 10011 11010101 1010100 101100

Color Harmonies of #1268CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268CE

Black with #1268CE

Text Example


Text Example

White with #1268CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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