Html Css Color HEX #126BA5 Cerulean

📋 copy color: '#126BA5'

red 18 ◦ green 107 ◦ blue 165

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

Shades of Cerulean #126BA5

Tints of Cerulean #126BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

 BLUE value IS 165 (64.84% from 255) = 56.9%

R = 6.21%
G = 36.9%
B = 56.9%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#126BA5 (or 0x126BA5) is known color: Cerulean. HEX triplet: 12, 6B and A5. RGB value is (18,107,165). Sum of RGB (Red+Green+Blue) = 18+107+165=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #126BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BA5 is #ED945A. Grayscale: #565656. Windows color (decimal): -15570011 or 10840850. OLE color: 10840850.

HSL color Cylindrical-coordinate representation of color #126BA5: hue angle of 203.67º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126BA5 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 107 165 -
CMYK 0.89 0.35 0 0.35
HSL 203.67º 0.8% 0.36% -
HSV(B) 203.67º 0.89% 0.65% -
XYZ 12.3 13.36 37.53 -
YUV 87 172.01 78.78 -
System Red Green Blue C M Y K H S L
Decimal 18 107 165 0.89 0.35 0 0.35 203.67 0.8 0.36
Hex 12 6B A5 59 23 0 23 CC 50 24
Octal 22 153 245 131 43 0 43 314 120 44
Binary 10010 1101011 10100101 1011001 100011 0 100011 11001100 1010000 100100

Color Harmonies of #126BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BA5

Black with #126BA5

Text Example


Text Example

White with #126BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,107,165); }

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

background-color css

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

 a { background-color: rgb(18,107,165); }

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

border-color css

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

 span { border-color: rgb(18,107,165); }

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