Html Css Color HEX #125CBF Denim

📋 copy color: '#125CBF'

red 18 ◦ green 92 ◦ blue 191

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

Shades of Denim #125CBF

Tints of Denim #125CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 5.98%
G = 30.56%
B = 63.46%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#125CBF (or 0x125CBF) is known color: Denim. HEX triplet: 12, 5C and BF. RGB value is (18,92,191). Sum of RGB (Red+Green+Blue) = 18+92+191=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #125CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CBF is #EDA340. Grayscale: #505050. Windows color (decimal): -15573825 or 12540946. OLE color: 12540946.

HSL color Cylindrical-coordinate representation of color #125CBF: hue angle of 214.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125CBF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 92 191 -
CMYK 0.91 0.52 0 0.25
HSL 214.34º 0.83% 0.41% -
HSV(B) 214.34º 0.91% 0.75% -
XYZ 13.48 11.54 50.81 -
YUV 81.16 189.98 82.95 -
System Red Green Blue C M Y K H S L
Decimal 18 92 191 0.91 0.52 0 0.25 214.34 0.83 0.41
Hex 12 5C BF 5B 34 0 19 D6 53 29
Octal 22 134 277 133 64 0 31 326 123 51
Binary 10010 1011100 10111111 1011011 110100 0 11001 11010110 1010011 101001

Color Harmonies of #125CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CBF

Black with #125CBF

Text Example


Text Example

White with #125CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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