Html Css Color HEX #127798 Cerulean

📋 copy color: '#127798'

red 18 ◦ green 119 ◦ blue 152

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

Shades of Cerulean #127798

Tints of Cerulean #127798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 6.23%
G = 41.18%
B = 52.6%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#127798 (or 0x127798) is known color: Cerulean. HEX triplet: 12, 77 and 98. RGB value is (18,119,152). Sum of RGB (Red+Green+Blue) = 18+119+152=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #127798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127798 is #ED8867. Grayscale: #5C5C5C. Windows color (decimal): -15566952 or 9991954. OLE color: 9991954.

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

Color convert

RGB 18 119 152 -
CMYK 0.88 0.22 0 0.40
HSL 194.78º 0.79% 0.33% -
HSV(B) 194.78º 0.88% 0.6% -
XYZ 12.51 15.59 32.06 -
YUV 92.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 18 119 152 0.88 0.22 0 0.40 194.78 0.79 0.33
Hex 12 77 98 58 16 0 28 C3 4F 21
Octal 22 167 230 130 26 0 50 303 117 41
Binary 10010 1110111 10011000 1011000 10110 0 101000 11000011 1001111 100001

Color Harmonies of #127798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127798

Black with #127798

Text Example


Text Example

White with #127798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127798; }

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

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

background-color css

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

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

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

border-color css

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

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

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