Html Css Color HEX #1270CE Navy Blue

📋 copy color: '#1270CE'

red 18 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #1270CE

Tints of Navy Blue #1270CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 5.36%
G = 33.33%
B = 61.31%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1270CE (or 0x1270CE) is known color: Navy Blue. HEX triplet: 12, 70 and CE. RGB value is (18,112,206). Sum of RGB (Red+Green+Blue) = 18+112+206=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #1270CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270CE is #ED8F31. Grayscale: #5E5E5E. Windows color (decimal): -15568690 or 13529106. OLE color: 13529106.

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

Color convert

RGB 18 112 206 -
CMYK 0.91 0.46 0 0.19
HSL 210º 0.84% 0.44% -
HSV(B) 210º 0.91% 0.81% -
XYZ 17.18 16.17 60.61 -
YUV 94.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 18 112 206 0.91 0.46 0 0.19 210 0.84 0.44
Hex 12 70 CE 5B 2E 0 13 D2 54 2C
Octal 22 160 316 133 56 0 23 322 124 54
Binary 10010 1110000 11001110 1011011 101110 0 10011 11010010 1010100 101100

Color Harmonies of #1270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270CE

Black with #1270CE

Text Example


Text Example

White with #1270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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