Html Css Color HEX #125CCB Denim

📋 copy color: '#125CCB'

red 18 ◦ green 92 ◦ blue 203

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

Shades of Denim #125CCB

Tints of Denim #125CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

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

R = 5.75%
G = 29.39%
B = 64.86%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#125CCB (or 0x125CCB) is known color: Denim. HEX triplet: 12, 5C and CB. RGB value is (18,92,203). Sum of RGB (Red+Green+Blue) = 18+92+203=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #125CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CCB is #EDA334. Grayscale: #525252. Windows color (decimal): -15573813 or 13327378. OLE color: 13327378.

HSL color Cylindrical-coordinate representation of color #125CCB: hue angle of 216º 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 #125CCB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 92 203 -
CMYK 0.91 0.55 0 0.20
HSL 216º 0.84% 0.43% -
HSV(B) 216º 0.91% 0.8% -
XYZ 14.86 12.09 58.05 -
YUV 82.53 195.98 81.97 -
System Red Green Blue C M Y K H S L
Decimal 18 92 203 0.91 0.55 0 0.20 216 0.84 0.43
Hex 12 5C CB 5B 37 0 14 D8 54 2B
Octal 22 134 313 133 67 0 24 330 124 53
Binary 10010 1011100 11001011 1011011 110111 0 10100 11011000 1010100 101011

Color Harmonies of #125CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CCB

Black with #125CCB

Text Example


Text Example

White with #125CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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