Html Css Color HEX #1276DF Navy Blue

📋 copy color: '#1276DF'

red 18 ◦ green 118 ◦ blue 223

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

Shades of Navy Blue #1276DF

Tints of Navy Blue #1276DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 5.01%
G = 32.87%
B = 62.12%

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

#1276DF (or 0x1276DF) is known color: Navy Blue. HEX triplet: 12, 76 and DF. RGB value is (18,118,223). Sum of RGB (Red+Green+Blue) = 18+118+223=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #1276DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276DF is #ED8920. Grayscale: #636363. Windows color (decimal): -15567137 or 14644754. OLE color: 14644754.

HSL color Cylindrical-coordinate representation of color #1276DF: hue angle of 210.73º 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 #1276DF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 118 223 -
CMYK 0.92 0.47 0 0.13
HSL 210.73º 0.85% 0.47% -
HSV(B) 210.73º 0.92% 0.87% -
XYZ 20.05 18.41 72.31 -
YUV 100.07 197.37 69.46 -
System Red Green Blue C M Y K H S L
Decimal 18 118 223 0.92 0.47 0 0.13 210.73 0.85 0.47
Hex 12 76 DF 5C 2F 0 D D3 55 2F
Octal 22 166 337 134 57 0 15 323 125 57
Binary 10010 1110110 11011111 1011100 101111 0 1101 11010011 1010101 101111

Color Harmonies of #1276DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1276DF

Black with #1276DF

Text Example


Text Example

White with #1276DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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