Html Css Color HEX #1273AB Cerulean

📋 copy color: '#1273AB'

red 18 ◦ green 115 ◦ blue 171

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

Shades of Cerulean #1273AB

Tints of Cerulean #1273AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 5.92%
G = 37.83%
B = 56.25%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1273AB (or 0x1273AB) is known color: Cerulean. HEX triplet: 12, 73 and AB. RGB value is (18,115,171). Sum of RGB (Red+Green+Blue) = 18+115+171=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #1273AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1273AB is #ED8C54. Grayscale: #5C5C5C. Windows color (decimal): -15567957 or 11236114. OLE color: 11236114.

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

Color convert

RGB 18 115 171 -
CMYK 0.89 0.33 0 0.33
HSL 201.96º 0.81% 0.37% -
HSV(B) 201.96º 0.89% 0.67% -
XYZ 13.73 15.33 40.76 -
YUV 92.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 18 115 171 0.89 0.33 0 0.33 201.96 0.81 0.37
Hex 12 73 AB 59 21 0 21 CA 51 25
Octal 22 163 253 131 41 0 41 312 121 45
Binary 10010 1110011 10101011 1011001 100001 0 100001 11001010 1010001 100101

Color Harmonies of #1273AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1273AB

Black with #1273AB

Text Example


Text Example

White with #1273AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1273AB; }

 p { color: rgb(18,115,171); }

 H1.HeaderClassName
 {
   color: #1273AB;
 }
 .AnyTagClassName
 {
   color: #1273AB;
 }
</style>

background-color css

<style>
 a { background-color: #1273AB; }

 a { background-color: rgb(18,115,171); }

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

border-color css

<style>
 span { border-color: #1273AB; }

 span { border-color: rgb(18,115,171); }

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