Html Css Color HEX #1272A3 Cerulean

📋 copy color: '#1272A3'

red 18 ◦ green 114 ◦ blue 163

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

Shades of Cerulean #1272A3

Tints of Cerulean #1272A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 55.25%

R = 6.1%
G = 38.64%
B = 55.25%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1272A3 (or 0x1272A3) is known color: Cerulean. HEX triplet: 12, 72 and A3. RGB value is (18,114,163). Sum of RGB (Red+Green+Blue) = 18+114+163=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #1272A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272A3 is #ED8D5C. Grayscale: #5A5A5A. Windows color (decimal): -15568221 or 10711570. OLE color: 10711570.

HSL color Cylindrical-coordinate representation of color #1272A3: hue angle of 200.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1272A3 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 114 163 -
CMYK 0.89 0.30 0 0.36
HSL 200.28º 0.8% 0.35% -
HSV(B) 200.28º 0.89% 0.64% -
XYZ 12.88 14.81 36.83 -
YUV 90.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 18 114 163 0.89 0.30 0 0.36 200.28 0.8 0.35
Hex 12 72 A3 59 1E 0 24 C8 50 23
Octal 22 162 243 131 36 0 44 310 120 43
Binary 10010 1110010 10100011 1011001 11110 0 100100 11001000 1010000 100011

Color Harmonies of #1272A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272A3

Black with #1272A3

Text Example


Text Example

White with #1272A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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