Html Css Color HEX #1270AC Cerulean

📋 copy color: '#1270AC'

red 18 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #1270AC

Tints of Cerulean #1270AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 5.96%
G = 37.09%
B = 56.95%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1270AC (or 0x1270AC) is known color: Cerulean. HEX triplet: 12, 70 and AC. RGB value is (18,112,172). Sum of RGB (Red+Green+Blue) = 18+112+172=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #1270AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1270AC is #ED8F53. Grayscale: #5A5A5A. Windows color (decimal): -15568724 or 11300882. OLE color: 11300882.

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

Color convert

RGB 18 112 172 -
CMYK 0.90 0.35 0 0.33
HSL 203.38º 0.81% 0.37% -
HSV(B) 203.38º 0.9% 0.67% -
XYZ 13.49 14.7 41.16 -
YUV 90.73 173.86 76.12 -
System Red Green Blue C M Y K H S L
Decimal 18 112 172 0.90 0.35 0 0.33 203.38 0.81 0.37
Hex 12 70 AC 5A 23 0 21 CB 51 25
Octal 22 160 254 132 43 0 41 313 121 45
Binary 10010 1110000 10101100 1011010 100011 0 100001 11001011 1010001 100101

Color Harmonies of #1270AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270AC

Black with #1270AC

Text Example


Text Example

White with #1270AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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