Html Css Color HEX #127997 Cerulean

📋 copy color: '#127997'

red 18 ◦ green 121 ◦ blue 151

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

Shades of Cerulean #127997

Tints of Cerulean #127997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 6.21%
G = 41.72%
B = 52.07%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127997 (or 0x127997) is known color: Cerulean. HEX triplet: 12, 79 and 97. RGB value is (18,121,151). Sum of RGB (Red+Green+Blue) = 18+121+151=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #127997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127997 is #ED8668. Grayscale: #5D5D5D. Windows color (decimal): -15566441 or 9926930. OLE color: 9926930.

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

Color convert

RGB 18 121 151 -
CMYK 0.88 0.20 0 0.41
HSL 193.53º 0.79% 0.33% -
HSV(B) 193.53º 0.88% 0.59% -
XYZ 12.67 16.04 31.71 -
YUV 93.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 18 121 151 0.88 0.20 0 0.41 193.53 0.79 0.33
Hex 12 79 97 58 14 0 29 C2 4F 21
Octal 22 171 227 130 24 0 51 302 117 41
Binary 10010 1111001 10010111 1011000 10100 0 101001 11000010 1001111 100001

Color Harmonies of #127997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127997

Black with #127997

Text Example


Text Example

White with #127997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127997; }

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

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

background-color css

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

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

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

border-color css

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

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

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