Html Css Color HEX #1275AC Cerulean

📋 copy color: '#1275AC'

red 18 ◦ green 117 ◦ blue 172

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

Shades of Cerulean #1275AC

Tints of Cerulean #1275AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 5.86%
G = 38.11%
B = 56.03%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1275AC (or 0x1275AC) is known color: Cerulean. HEX triplet: 12, 75 and AC. RGB value is (18,117,172). Sum of RGB (Red+Green+Blue) = 18+117+172=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #1275AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1275AC is #ED8A53. Grayscale: #5D5D5D. Windows color (decimal): -15567444 or 11302162. OLE color: 11302162.

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

Color convert

RGB 18 117 172 -
CMYK 0.90 0.32 0 0.33
HSL 201.43º 0.81% 0.37% -
HSV(B) 201.43º 0.9% 0.67% -
XYZ 14.06 15.83 41.34 -
YUV 93.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 18 117 172 0.90 0.32 0 0.33 201.43 0.81 0.37
Hex 12 75 AC 5A 20 0 21 C9 51 25
Octal 22 165 254 132 40 0 41 311 121 45
Binary 10010 1110101 10101100 1011010 100000 0 100001 11001001 1010001 100101

Color Harmonies of #1275AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1275AC

Black with #1275AC

Text Example


Text Example

White with #1275AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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