Html Css Color HEX #1276D7 Navy Blue

📋 copy color: '#1276D7'

red 18 ◦ green 118 ◦ blue 215

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

Shades of Navy Blue #1276D7

Tints of Navy Blue #1276D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.25%

R = 5.13%
G = 33.62%
B = 61.25%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1276D7 (or 0x1276D7) is known color: Navy Blue. HEX triplet: 12, 76 and D7. RGB value is (18,118,215). Sum of RGB (Red+Green+Blue) = 18+118+215=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 215 (84.38% from 255 or 61.25% from 351); Max value from RGB is 215 - color contains mainly: blue. Hex color #1276D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276D7 is #ED8928. Grayscale: #626262. Windows color (decimal): -15567145 or 14120466. OLE color: 14120466.

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

Color convert

RGB 18 118 215 -
CMYK 0.92 0.45 0 0.16
HSL 209.54º 0.85% 0.46% -
HSV(B) 209.54º 0.92% 0.84% -
XYZ 18.99 17.99 66.76 -
YUV 99.16 193.37 70.11 -
System Red Green Blue C M Y K H S L
Decimal 18 118 215 0.92 0.45 0 0.16 209.54 0.85 0.46
Hex 12 76 D7 5C 2D 0 10 D2 55 2E
Octal 22 166 327 134 55 0 20 322 125 56
Binary 10010 1110110 11010111 1011100 101101 0 10000 11010010 1010101 101110

Color Harmonies of #1276D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276D7

Black with #1276D7

Text Example


Text Example

White with #1276D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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