Html Css Color HEX #127496 Cerulean

📋 copy color: '#127496'

red 18 ◦ green 116 ◦ blue 150

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

Shades of Cerulean #127496

Tints of Cerulean #127496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.82%

R = 6.34%
G = 40.85%
B = 52.82%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127496 (or 0x127496) is known color: Cerulean. HEX triplet: 12, 74 and 96. RGB value is (18,116,150). Sum of RGB (Red+Green+Blue) = 18+116+150=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #127496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127496 is #ED8B69. Grayscale: #5A5A5A. Windows color (decimal): -15567722 or 9860114. OLE color: 9860114.

HSL color Cylindrical-coordinate representation of color #127496: hue angle of 195.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127496 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 116 150 -
CMYK 0.88 0.23 0 0.41
HSL 195.45º 0.79% 0.33% -
HSV(B) 195.45º 0.88% 0.59% -
XYZ 12 14.82 31.08 -
YUV 90.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 18 116 150 0.88 0.23 0 0.41 195.45 0.79 0.33
Hex 12 74 96 58 17 0 29 C3 4F 21
Octal 22 164 226 130 27 0 51 303 117 41
Binary 10010 1110100 10010110 1011000 10111 0 101001 11000011 1001111 100001

Color Harmonies of #127496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127496

Black with #127496

Text Example


Text Example

White with #127496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127496; }

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

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

background-color css

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

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

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

border-color css

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

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

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