Html Css Color HEX #1279D0 Navy Blue

📋 copy color: '#1279D0'

red 18 ◦ green 121 ◦ blue 208

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

Shades of Navy Blue #1279D0

Tints of Navy Blue #1279D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.94%

R = 5.19%
G = 34.87%
B = 59.94%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1279D0 (or 0x1279D0) is known color: Navy Blue. HEX triplet: 12, 79 and D0. RGB value is (18,121,208). Sum of RGB (Red+Green+Blue) = 18+121+208=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #1279D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279D0 is #ED862F. Grayscale: #636363. Windows color (decimal): -15566384 or 13662482. OLE color: 13662482.

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

Color convert

RGB 18 121 208 -
CMYK 0.91 0.42 0 0.18
HSL 207.47º 0.84% 0.44% -
HSV(B) 207.47º 0.91% 0.82% -
XYZ 18.47 18.36 62.24 -
YUV 100.12 188.88 69.43 -
System Red Green Blue C M Y K H S L
Decimal 18 121 208 0.91 0.42 0 0.18 207.47 0.84 0.44
Hex 12 79 D0 5B 2A 0 12 CF 54 2C
Octal 22 171 320 133 52 0 22 317 124 54
Binary 10010 1111001 11010000 1011011 101010 0 10010 11001111 1010100 101100

Color Harmonies of #1279D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279D0

Black with #1279D0

Text Example


Text Example

White with #1279D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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