Html Css Color HEX #1270C9 Navy Blue

📋 copy color: '#1270C9'

red 18 ◦ green 112 ◦ blue 201

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

Shades of Navy Blue #1270C9

Tints of Navy Blue #1270C9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

 BLUE value IS 201 (78.91% from 255) = 60.73%

R = 5.44%
G = 33.84%
B = 60.73%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1270C9 (or 0x1270C9) is known color: Navy Blue. HEX triplet: 12, 70 and C9. RGB value is (18,112,201). Sum of RGB (Red+Green+Blue) = 18+112+201=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #1270C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270C9 is #ED8F36. Grayscale: #5D5D5D. Windows color (decimal): -15568695 or 13201426. OLE color: 13201426.

HSL color Cylindrical-coordinate representation of color #1270C9: hue angle of 209.18º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1270C9 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 112 201 -
CMYK 0.91 0.44 0 0.21
HSL 209.18º 0.84% 0.43% -
HSV(B) 209.18º 0.91% 0.79% -
XYZ 16.59 15.93 57.46 -
YUV 94.04 188.36 73.76 -
System Red Green Blue C M Y K H S L
Decimal 18 112 201 0.91 0.44 0 0.21 209.18 0.84 0.43
Hex 12 70 C9 5B 2C 0 15 D1 54 2B
Octal 22 160 311 133 54 0 25 321 124 53
Binary 10010 1110000 11001001 1011011 101100 0 10101 11010001 1010100 101011

Color Harmonies of #1270C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270C9

Black with #1270C9

Text Example


Text Example

White with #1270C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1270C9; }

 p { color: rgb(18,112,201); }

 H1.HeaderClassName
 {
   color: #1270C9;
 }
 .AnyTagClassName
 {
   color: #1270C9;
 }
</style>

background-color css

<style>
 a { background-color: #1270C9; }

 a { background-color: rgb(18,112,201); }

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

border-color css

<style>
 span { border-color: #1270C9; }

 span { border-color: rgb(18,112,201); }

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