Html Css Color HEX #1279C4 Navy Blue

📋 copy color: '#1279C4'

red 18 ◦ green 121 ◦ blue 196

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

Shades of Navy Blue #1279C4

Tints of Navy Blue #1279C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 58.51%

R = 5.37%
G = 36.12%
B = 58.51%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1279C4 (or 0x1279C4) is known color: Navy Blue. HEX triplet: 12, 79 and C4. RGB value is (18,121,196). Sum of RGB (Red+Green+Blue) = 18+121+196=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #1279C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279C4 is #ED863B. Grayscale: #626262. Windows color (decimal): -15566396 or 12876050. OLE color: 12876050.

HSL color Cylindrical-coordinate representation of color #1279C4: hue angle of 205.28º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1279C4 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 121 196 -
CMYK 0.91 0.38 0 0.23
HSL 205.28º 0.83% 0.42% -
HSV(B) 205.28º 0.91% 0.77% -
XYZ 17.05 17.79 54.76 -
YUV 98.75 182.88 70.4 -
System Red Green Blue C M Y K H S L
Decimal 18 121 196 0.91 0.38 0 0.23 205.28 0.83 0.42
Hex 12 79 C4 5B 26 0 17 CD 53 2A
Octal 22 171 304 133 46 0 27 315 123 52
Binary 10010 1111001 11000100 1011011 100110 0 10111 11001101 1010011 101010

Color Harmonies of #1279C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279C4

Black with #1279C4

Text Example


Text Example

White with #1279C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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