Html Css Color HEX #1272AC Cerulean

📋 copy color: '#1272AC'

red 18 ◦ green 114 ◦ blue 172

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

Shades of Cerulean #1272AC

Tints of Cerulean #1272AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 5.92%
G = 37.5%
B = 56.58%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1272AC (or 0x1272AC) is known color: Cerulean. HEX triplet: 12, 72 and AC. RGB value is (18,114,172). Sum of RGB (Red+Green+Blue) = 18+114+172=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #1272AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272AC is #ED8D53. Grayscale: #5B5B5B. Windows color (decimal): -15568212 or 11301394. OLE color: 11301394.

HSL color Cylindrical-coordinate representation of color #1272AC: hue angle of 202.6º 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 #1272AC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 114 172 -
CMYK 0.90 0.34 0 0.33
HSL 202.6º 0.81% 0.37% -
HSV(B) 202.6º 0.9% 0.67% -
XYZ 13.71 15.14 41.23 -
YUV 91.91 173.2 75.28 -
System Red Green Blue C M Y K H S L
Decimal 18 114 172 0.90 0.34 0 0.33 202.6 0.81 0.37
Hex 12 72 AC 5A 22 0 21 CB 51 25
Octal 22 162 254 132 42 0 41 313 121 45
Binary 10010 1110010 10101100 1011010 100010 0 100001 11001011 1010001 100101

Color Harmonies of #1272AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272AC

Black with #1272AC

Text Example


Text Example

White with #1272AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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