Html Css Color HEX #126898 Cerulean

📋 copy color: '#126898'

red 18 ◦ green 104 ◦ blue 152

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

Shades of Cerulean #126898

Tints of Cerulean #126898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

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

R = 6.57%
G = 37.96%
B = 55.47%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#126898 (or 0x126898) is known color: Cerulean. HEX triplet: 12, 68 and 98. RGB value is (18,104,152). Sum of RGB (Red+Green+Blue) = 18+104+152=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #126898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126898 is #ED9767. Grayscale: #535353. Windows color (decimal): -15570792 or 9988114. OLE color: 9988114.

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

Color convert

RGB 18 104 152 -
CMYK 0.88 0.32 0 0.40
HSL 201.49º 0.79% 0.33% -
HSV(B) 201.49º 0.88% 0.6% -
XYZ 10.87 12.3 31.51 -
YUV 83.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 18 104 152 0.88 0.32 0 0.40 201.49 0.79 0.33
Hex 12 68 98 58 20 0 28 C9 4F 21
Octal 22 150 230 130 40 0 50 311 117 41
Binary 10010 1101000 10011000 1011000 100000 0 101000 11001001 1001111 100001

Color Harmonies of #126898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126898

Black with #126898

Text Example


Text Example

White with #126898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126898; }

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

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

background-color css

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

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

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

border-color css

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

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

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