Html Css Color HEX #1274AC Cerulean

📋 copy color: '#1274AC'

red 18 ◦ green 116 ◦ blue 172

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

Shades of Cerulean #1274AC

Tints of Cerulean #1274AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 5.88%
G = 37.91%
B = 56.21%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1274AC (or 0x1274AC) is known color: Cerulean. HEX triplet: 12, 74 and AC. RGB value is (18,116,172). Sum of RGB (Red+Green+Blue) = 18+116+172=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #1274AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1274AC is #ED8B53. Grayscale: #5C5C5C. Windows color (decimal): -15567700 or 11301906. OLE color: 11301906.

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

Color convert

RGB 18 116 172 -
CMYK 0.90 0.33 0 0.33
HSL 201.82º 0.81% 0.37% -
HSV(B) 201.82º 0.9% 0.67% -
XYZ 13.94 15.6 41.31 -
YUV 93.08 172.53 74.45 -
System Red Green Blue C M Y K H S L
Decimal 18 116 172 0.90 0.33 0 0.33 201.82 0.81 0.37
Hex 12 74 AC 5A 21 0 21 CA 51 25
Octal 22 164 254 132 41 0 41 312 121 45
Binary 10010 1110100 10101100 1011010 100001 0 100001 11001010 1010001 100101

Color Harmonies of #1274AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1274AC

Black with #1274AC

Text Example


Text Example

White with #1274AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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