Html Css Color HEX #127497 Cerulean

📋 copy color: '#127497'

red 18 ◦ green 116 ◦ blue 151

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

Shades of Cerulean #127497

Tints of Cerulean #127497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 6.32%
G = 40.7%
B = 52.98%

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

#127497 (or 0x127497) is known color: Cerulean. HEX triplet: 12, 74 and 97. RGB value is (18,116,151). Sum of RGB (Red+Green+Blue) = 18+116+151=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #127497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127497 is #ED8B68. Grayscale: #5A5A5A. Windows color (decimal): -15567721 or 9925650. OLE color: 9925650.

HSL color Cylindrical-coordinate representation of color #127497: hue angle of 195.79º 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 #127497 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 116 151 -
CMYK 0.88 0.23 0 0.41
HSL 195.79º 0.79% 0.33% -
HSV(B) 195.79º 0.88% 0.59% -
XYZ 12.08 14.85 31.51 -
YUV 90.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 18 116 151 0.88 0.23 0 0.41 195.79 0.79 0.33
Hex 12 74 97 58 17 0 29 C4 4F 21
Octal 22 164 227 130 27 0 51 304 117 41
Binary 10010 1110100 10010111 1011000 10111 0 101001 11000100 1001111 100001

Color Harmonies of #127497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127497

Black with #127497

Text Example


Text Example

White with #127497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127497; }

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

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

background-color css

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

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

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

border-color css

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

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

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