Html Css Color HEX #1276DD Navy Blue

📋 copy color: '#1276DD'

red 18 ◦ green 118 ◦ blue 221

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

Shades of Navy Blue #1276DD

Tints of Navy Blue #1276DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 5.04%
G = 33.05%
B = 61.9%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1276DD (or 0x1276DD) is known color: Navy Blue. HEX triplet: 12, 76 and DD. RGB value is (18,118,221). Sum of RGB (Red+Green+Blue) = 18+118+221=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1276DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276DD is #ED8922. Grayscale: #636363. Windows color (decimal): -15567139 or 14513682. OLE color: 14513682.

HSL color Cylindrical-coordinate representation of color #1276DD: hue angle of 210.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1276DD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 118 221 -
CMYK 0.92 0.47 0 0.13
HSL 210.44º 0.85% 0.47% -
HSV(B) 210.44º 0.92% 0.87% -
XYZ 19.78 18.31 70.9 -
YUV 99.84 196.37 69.62 -
System Red Green Blue C M Y K H S L
Decimal 18 118 221 0.92 0.47 0 0.13 210.44 0.85 0.47
Hex 12 76 DD 5C 2F 0 D D2 55 2F
Octal 22 166 335 134 57 0 15 322 125 57
Binary 10010 1110110 11011101 1011100 101111 0 1101 11010010 1010101 101111

Color Harmonies of #1276DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276DD

Black with #1276DD

Text Example


Text Example

White with #1276DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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