Html Css Color HEX #127799 Cerulean

📋 copy color: '#127799'

red 18 ◦ green 119 ◦ blue 153

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

Shades of Cerulean #127799

Tints of Cerulean #127799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 6.21%
G = 41.03%
B = 52.76%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#127799 (or 0x127799) is known color: Cerulean. HEX triplet: 12, 77 and 99. RGB value is (18,119,153). Sum of RGB (Red+Green+Blue) = 18+119+153=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #127799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127799 is #ED8866. Grayscale: #5C5C5C. Windows color (decimal): -15566951 or 10057490. OLE color: 10057490.

HSL color Cylindrical-coordinate representation of color #127799: hue angle of 195.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127799 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 119 153 -
CMYK 0.88 0.22 0 0.4
HSL 195.11º 0.79% 0.34% -
HSV(B) 195.11º 0.88% 0.6% -
XYZ 12.6 15.62 32.49 -
YUV 92.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 18 119 153 0.88 0.22 0 0.4 195.11 0.79 0.34
Hex 12 77 99 58 16 0 28 C3 4F 22
Octal 22 167 231 130 26 0 50 303 117 42
Binary 10010 1110111 10011001 1011000 10110 0 101000 11000011 1001111 100010

Color Harmonies of #127799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127799

Black with #127799

Text Example


Text Example

White with #127799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127799; }

 p { color: rgb(18,119,153); }

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

background-color css

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

 a { background-color: rgb(18,119,153); }

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

border-color css

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

 span { border-color: rgb(18,119,153); }

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