Html Css Color HEX #127897 Cerulean

📋 copy color: '#127897'

red 18 ◦ green 120 ◦ blue 151

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

Shades of Cerulean #127897

Tints of Cerulean #127897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.52%

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

R = 6.23%
G = 41.52%
B = 52.25%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127897 (or 0x127897) is known color: Cerulean. HEX triplet: 12, 78 and 97. RGB value is (18,120,151). Sum of RGB (Red+Green+Blue) = 18+120+151=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #127897 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127897 is #ED8768. Grayscale: #5C5C5C. Windows color (decimal): -15566697 or 9926674. OLE color: 9926674.

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

Color convert

RGB 18 120 151 -
CMYK 0.88 0.21 0 0.41
HSL 193.99º 0.79% 0.33% -
HSV(B) 193.99º 0.88% 0.59% -
XYZ 12.55 15.8 31.67 -
YUV 93.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 18 120 151 0.88 0.21 0 0.41 193.99 0.79 0.33
Hex 12 78 97 58 15 0 29 C2 4F 21
Octal 22 170 227 130 25 0 51 302 117 41
Binary 10010 1111000 10010111 1011000 10101 0 101001 11000010 1001111 100001

Color Harmonies of #127897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127897

Black with #127897

Text Example


Text Example

White with #127897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127897; }

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

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

background-color css

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

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

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

border-color css

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

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

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