Html Css Color HEX #1279CC Navy Blue

📋 copy color: '#1279CC'

red 18 ◦ green 121 ◦ blue 204

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

Shades of Navy Blue #1279CC

Tints of Navy Blue #1279CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 5.25%
G = 35.28%
B = 59.48%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1279CC (or 0x1279CC) is known color: Navy Blue. HEX triplet: 12, 79 and CC. RGB value is (18,121,204). Sum of RGB (Red+Green+Blue) = 18+121+204=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #1279CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279CC is #ED8633. Grayscale: #636363. Windows color (decimal): -15566388 or 13400338. OLE color: 13400338.

HSL color Cylindrical-coordinate representation of color #1279CC: hue angle of 206.77º 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 #1279CC is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 121 204 -
CMYK 0.91 0.41 0 0.2
HSL 206.77º 0.84% 0.44% -
HSV(B) 206.77º 0.91% 0.8% -
XYZ 17.99 18.16 59.68 -
YUV 99.67 186.88 69.75 -
System Red Green Blue C M Y K H S L
Decimal 18 121 204 0.91 0.41 0 0.2 206.77 0.84 0.44
Hex 12 79 CC 5B 29 0 14 CF 54 2C
Octal 22 171 314 133 51 0 24 317 124 54
Binary 10010 1111001 11001100 1011011 101001 0 10100 11001111 1010100 101100

Color Harmonies of #1279CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279CC

Black with #1279CC

Text Example


Text Example

White with #1279CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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