Html Css Color HEX #126D98 Cerulean

📋 copy color: '#126D98'

red 18 ◦ green 109 ◦ blue 152

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

Shades of Cerulean #126D98

Tints of Cerulean #126D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.07%

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

R = 6.45%
G = 39.07%
B = 54.48%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#126D98 (or 0x126D98) is known color: Cerulean. HEX triplet: 12, 6D and 98. RGB value is (18,109,152). Sum of RGB (Red+Green+Blue) = 18+109+152=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #126D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D98 is #ED9267. Grayscale: #565656. Windows color (decimal): -15569512 or 9989394. OLE color: 9989394.

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

Color convert

RGB 18 109 152 -
CMYK 0.88 0.28 0 0.40
HSL 199.25º 0.79% 0.33% -
HSV(B) 199.25º 0.88% 0.6% -
XYZ 11.39 13.33 31.68 -
YUV 86.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 18 109 152 0.88 0.28 0 0.40 199.25 0.79 0.33
Hex 12 6D 98 58 1C 0 28 C7 4F 21
Octal 22 155 230 130 34 0 50 307 117 41
Binary 10010 1101101 10011000 1011000 11100 0 101000 11000111 1001111 100001

Color Harmonies of #126D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D98

Black with #126D98

Text Example


Text Example

White with #126D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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