Html Css Color HEX #075CBE Denim

📋 copy color: '#075CBE'

red 7 ◦ green 92 ◦ blue 190

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

Shades of Denim #075CBE

Tints of Denim #075CBE

RGB

 RED value IS 7 (3.13% from 255) = 2.42%

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 2.42%
G = 31.83%
B = 65.74%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#075CBE (or 0x075CBE) is known color: Denim. HEX triplet: 07, 5C and BE. RGB value is (7,92,190). Sum of RGB (Red+Green+Blue) = 7+92+190=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #075CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CBE is #F8A341. Grayscale: #4D4D4D. Windows color (decimal): -16294722 or 12475399. OLE color: 12475399.

HSL color Cylindrical-coordinate representation of color #075CBE: hue angle of 212.13º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075CBE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 92 190 -
CMYK 0.96 0.52 0 0.25
HSL 212.13º 0.93% 0.39% -
HSV(B) 212.13º 0.96% 0.75% -
XYZ 13.21 11.42 50.22 -
YUV 77.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 7 92 190 0.96 0.52 0 0.25 212.13 0.93 0.39
Hex 7 5C BE 60 34 0 19 D4 5D 27
Octal 7 134 276 140 64 0 31 324 135 47
Binary 111 1011100 10111110 1100000 110100 0 11001 11010100 1011101 100111

Color Harmonies of #075CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CBE

Black with #075CBE

Text Example


Text Example

White with #075CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075CBE; }

 p { color: rgb(7,92,190); }

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

background-color css

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

 a { background-color: rgb(7,92,190); }

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

border-color css

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

 span { border-color: rgb(7,92,190); }

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