Html Css Color HEX #1270AD Cerulean

📋 copy color: '#1270AD'

red 18 ◦ green 112 ◦ blue 173

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

Shades of Cerulean #1270AD

Tints of Cerulean #1270AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 5.94%
G = 36.96%
B = 57.1%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1270AD (or 0x1270AD) is known color: Cerulean. HEX triplet: 12, 70 and AD. RGB value is (18,112,173). Sum of RGB (Red+Green+Blue) = 18+112+173=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #1270AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1270AD is #ED8F52. Grayscale: #5A5A5A. Windows color (decimal): -15568723 or 11366418. OLE color: 11366418.

HSL color Cylindrical-coordinate representation of color #1270AD: hue angle of 203.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1270AD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 112 173 -
CMYK 0.90 0.35 0 0.32
HSL 203.61º 0.81% 0.37% -
HSV(B) 203.61º 0.9% 0.68% -
XYZ 13.59 14.73 41.66 -
YUV 90.85 174.36 76.04 -
System Red Green Blue C M Y K H S L
Decimal 18 112 173 0.90 0.35 0 0.32 203.61 0.81 0.37
Hex 12 70 AD 5A 23 0 20 CC 51 25
Octal 22 160 255 132 43 0 40 314 121 45
Binary 10010 1110000 10101101 1011010 100011 0 100000 11001100 1010001 100101

Color Harmonies of #1270AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270AD

Black with #1270AD

Text Example


Text Example

White with #1270AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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