Html Css Color HEX #1273AA Cerulean

📋 copy color: '#1273AA'

red 18 ◦ green 115 ◦ blue 170

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

Shades of Cerulean #1273AA

Tints of Cerulean #1273AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 5.94%
G = 37.95%
B = 56.11%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1273AA (or 0x1273AA) is known color: Cerulean. HEX triplet: 12, 73 and AA. RGB value is (18,115,170). Sum of RGB (Red+Green+Blue) = 18+115+170=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #1273AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1273AA is #ED8C55. Grayscale: #5B5B5B. Windows color (decimal): -15567958 or 11170578. OLE color: 11170578.

HSL color Cylindrical-coordinate representation of color #1273AA: hue angle of 201.71º 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 #1273AA is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 115 170 -
CMYK 0.89 0.32 0 0.33
HSL 201.71º 0.81% 0.37% -
HSV(B) 201.71º 0.89% 0.67% -
XYZ 13.64 15.29 40.26 -
YUV 92.27 171.86 75.03 -
System Red Green Blue C M Y K H S L
Decimal 18 115 170 0.89 0.32 0 0.33 201.71 0.81 0.37
Hex 12 73 AA 59 20 0 21 CA 51 25
Octal 22 163 252 131 40 0 41 312 121 45
Binary 10010 1110011 10101010 1011001 100000 0 100001 11001010 1010001 100101

Color Harmonies of #1273AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1273AA

Black with #1273AA

Text Example


Text Example

White with #1273AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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