Html Css Color HEX #126C98 Cerulean

📋 copy color: '#126C98'

red 18 ◦ green 108 ◦ blue 152

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

Shades of Cerulean #126C98

Tints of Cerulean #126C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 6.47%
G = 38.85%
B = 54.68%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#126C98 (or 0x126C98) is known color: Cerulean. HEX triplet: 12, 6C and 98. RGB value is (18,108,152). Sum of RGB (Red+Green+Blue) = 18+108+152=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #126C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C98 is #ED9367. Grayscale: #555555. Windows color (decimal): -15569768 or 9989138. OLE color: 9989138.

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

Color convert

RGB 18 108 152 -
CMYK 0.88 0.29 0 0.40
HSL 199.7º 0.79% 0.33% -
HSV(B) 199.7º 0.88% 0.6% -
XYZ 11.28 13.12 31.64 -
YUV 86.11 165.18 79.42 -
System Red Green Blue C M Y K H S L
Decimal 18 108 152 0.88 0.29 0 0.40 199.7 0.79 0.33
Hex 12 6C 98 58 1D 0 28 C8 4F 21
Octal 22 154 230 130 35 0 50 310 117 41
Binary 10010 1101100 10011000 1011000 11101 0 101000 11001000 1001111 100001

Color Harmonies of #126C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C98

Black with #126C98

Text Example


Text Example

White with #126C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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