Html Css Color HEX #125ECB Denim

📋 copy color: '#125ECB'

red 18 ◦ green 94 ◦ blue 203

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

Shades of Denim #125ECB

Tints of Denim #125ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 5.71%
G = 29.84%
B = 64.44%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#125ECB (or 0x125ECB) is known color: Denim. HEX triplet: 12, 5E and CB. RGB value is (18,94,203). Sum of RGB (Red+Green+Blue) = 18+94+203=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #125ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ECB is #EDA134. Grayscale: #535353. Windows color (decimal): -15573301 or 13327890. OLE color: 13327890.

HSL color Cylindrical-coordinate representation of color #125ECB: hue angle of 215.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125ECB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 94 203 -
CMYK 0.91 0.54 0 0.20
HSL 215.35º 0.84% 0.43% -
HSV(B) 215.35º 0.91% 0.8% -
XYZ 15.03 12.45 58.11 -
YUV 83.7 195.32 81.14 -
System Red Green Blue C M Y K H S L
Decimal 18 94 203 0.91 0.54 0 0.20 215.35 0.84 0.43
Hex 12 5E CB 5B 36 0 14 D7 54 2B
Octal 22 136 313 133 66 0 24 327 124 53
Binary 10010 1011110 11001011 1011011 110110 0 10100 11010111 1010100 101011

Color Harmonies of #125ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125ECB

Black with #125ECB

Text Example


Text Example

White with #125ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125ECB; }

 p { color: rgb(18,94,203); }

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

background-color css

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

 a { background-color: rgb(18,94,203); }

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

border-color css

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

 span { border-color: rgb(18,94,203); }

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