Html Css Color HEX #127698 Cerulean

📋 copy color: '#127698'

red 18 ◦ green 118 ◦ blue 152

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

Shades of Cerulean #127698

Tints of Cerulean #127698

RGB

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

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

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

R = 6.25%
G = 40.97%
B = 52.78%

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

#127698 (or 0x127698) is known color: Cerulean. HEX triplet: 12, 76 and 98. RGB value is (18,118,152). Sum of RGB (Red+Green+Blue) = 18+118+152=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #127698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127698 is #ED8967. Grayscale: #5B5B5B. Windows color (decimal): -15567208 or 9991698. OLE color: 9991698.

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

Color convert

RGB 18 118 152 -
CMYK 0.88 0.22 0 0.40
HSL 195.22º 0.79% 0.33% -
HSV(B) 195.22º 0.88% 0.6% -
XYZ 12.4 15.35 32.02 -
YUV 91.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 18 118 152 0.88 0.22 0 0.40 195.22 0.79 0.33
Hex 12 76 98 58 16 0 28 C3 4F 21
Octal 22 166 230 130 26 0 50 303 117 41
Binary 10010 1110110 10011000 1011000 10110 0 101000 11000011 1001111 100001

Color Harmonies of #127698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127698

Black with #127698

Text Example


Text Example

White with #127698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127698; }

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

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

background-color css

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

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

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

border-color css

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

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

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