Html Css Color HEX #1276CE Navy Blue

📋 copy color: '#1276CE'

red 18 ◦ green 118 ◦ blue 206

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

Shades of Navy Blue #1276CE

Tints of Navy Blue #1276CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 5.26%
G = 34.5%
B = 60.23%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1276CE (or 0x1276CE) is known color: Navy Blue. HEX triplet: 12, 76 and CE. RGB value is (18,118,206). Sum of RGB (Red+Green+Blue) = 18+118+206=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #1276CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276CE is #ED8931. Grayscale: #616161. Windows color (decimal): -15567154 or 13530642. OLE color: 13530642.

HSL color Cylindrical-coordinate representation of color #1276CE: hue angle of 208.09º 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 #1276CE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 118 206 -
CMYK 0.91 0.43 0 0.19
HSL 208.09º 0.84% 0.44% -
HSV(B) 208.09º 0.91% 0.81% -
XYZ 17.87 17.54 60.84 -
YUV 98.13 188.87 70.84 -
System Red Green Blue C M Y K H S L
Decimal 18 118 206 0.91 0.43 0 0.19 208.09 0.84 0.44
Hex 12 76 CE 5B 2B 0 13 D0 54 2C
Octal 22 166 316 133 53 0 23 320 124 54
Binary 10010 1110110 11001110 1011011 101011 0 10011 11010000 1010100 101100

Color Harmonies of #1276CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276CE

Black with #1276CE

Text Example


Text Example

White with #1276CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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