Html Css Color HEX #127699 Cerulean

📋 copy color: '#127699'

red 18 ◦ green 118 ◦ blue 153

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

Shades of Cerulean #127699

Tints of Cerulean #127699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

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

R = 6.23%
G = 40.83%
B = 52.94%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#127699 (or 0x127699) is known color: Cerulean. HEX triplet: 12, 76 and 99. RGB value is (18,118,153). Sum of RGB (Red+Green+Blue) = 18+118+153=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #127699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127699 is #ED8966. Grayscale: #5B5B5B. Windows color (decimal): -15567207 or 10057234. OLE color: 10057234.

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

Color convert

RGB 18 118 153 -
CMYK 0.88 0.23 0 0.4
HSL 195.56º 0.79% 0.34% -
HSV(B) 195.56º 0.88% 0.6% -
XYZ 12.48 15.39 32.45 -
YUV 92.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 18 118 153 0.88 0.23 0 0.4 195.56 0.79 0.34
Hex 12 76 99 58 17 0 28 C4 4F 22
Octal 22 166 231 130 27 0 50 304 117 42
Binary 10010 1110110 10011001 1011000 10111 0 101000 11000100 1001111 100010

Color Harmonies of #127699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127699

Black with #127699

Text Example


Text Example

White with #127699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127699; }

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

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

background-color css

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

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

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

border-color css

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

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

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