Html Css Color HEX #127399 Cerulean

📋 copy color: '#127399'

red 18 ◦ green 115 ◦ blue 153

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

Shades of Cerulean #127399

Tints of Cerulean #127399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

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

R = 6.29%
G = 40.21%
B = 53.5%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#127399 (or 0x127399) is known color: Cerulean. HEX triplet: 12, 73 and 99. RGB value is (18,115,153). Sum of RGB (Red+Green+Blue) = 18+115+153=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #127399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127399 is #ED8C66. Grayscale: #5A5A5A. Windows color (decimal): -15567975 or 10056466. OLE color: 10056466.

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

Color convert

RGB 18 115 153 -
CMYK 0.88 0.25 0 0.4
HSL 196.89º 0.79% 0.34% -
HSV(B) 196.89º 0.88% 0.6% -
XYZ 12.13 14.69 32.33 -
YUV 90.33 163.36 76.41 -
System Red Green Blue C M Y K H S L
Decimal 18 115 153 0.88 0.25 0 0.4 196.89 0.79 0.34
Hex 12 73 99 58 19 0 28 C5 4F 22
Octal 22 163 231 130 31 0 50 305 117 42
Binary 10010 1110011 10011001 1011000 11001 0 101000 11000101 1001111 100010

Color Harmonies of #127399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127399

Black with #127399

Text Example


Text Example

White with #127399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127399; }

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

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

background-color css

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

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

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

border-color css

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

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

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