Html Css Color HEX #1276CC Navy Blue

📋 copy color: '#1276CC'

red 18 ◦ green 118 ◦ blue 204

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

Shades of Navy Blue #1276CC

Tints of Navy Blue #1276CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60%

R = 5.29%
G = 34.71%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1276CC (or 0x1276CC) is known color: Navy Blue. HEX triplet: 12, 76 and CC. RGB value is (18,118,204). Sum of RGB (Red+Green+Blue) = 18+118+204=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #1276CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276CC is #ED8933. Grayscale: #616161. Windows color (decimal): -15567156 or 13399570. OLE color: 13399570.

HSL color Cylindrical-coordinate representation of color #1276CC: hue angle of 207.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1276CC is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 118 204 -
CMYK 0.91 0.42 0 0.2
HSL 207.74º 0.84% 0.44% -
HSV(B) 207.74º 0.91% 0.8% -
XYZ 17.63 17.45 59.56 -
YUV 97.9 187.87 71.01 -
System Red Green Blue C M Y K H S L
Decimal 18 118 204 0.91 0.42 0 0.2 207.74 0.84 0.44
Hex 12 76 CC 5B 2A 0 14 D0 54 2C
Octal 22 166 314 133 52 0 24 320 124 54
Binary 10010 1110110 11001100 1011011 101010 0 10100 11010000 1010100 101100

Color Harmonies of #1276CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276CC

Black with #1276CC

Text Example


Text Example

White with #1276CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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