Html Css Color HEX #095CBE Denim

📋 copy color: '#095CBE'

red 9 ◦ green 92 ◦ blue 190

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

Shades of Denim #095CBE

Tints of Denim #095CBE

RGB

 RED value IS 9 (3.91% from 255) = 3.09%

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

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

R = 3.09%
G = 31.62%
B = 65.29%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#095CBE (or 0x095CBE) is known color: Denim. HEX triplet: 09, 5C and BE. RGB value is (9,92,190). Sum of RGB (Red+Green+Blue) = 9+92+190=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #095CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CBE is #F6A341. Grayscale: #4D4D4D. Windows color (decimal): -16163650 or 12475401. OLE color: 12475401.

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

Color convert

RGB 9 92 190 -
CMYK 0.95 0.52 0 0.25
HSL 212.49º 0.91% 0.39% -
HSV(B) 212.49º 0.95% 0.75% -
XYZ 13.23 11.43 50.22 -
YUV 78.36 191 78.53 -
System Red Green Blue C M Y K H S L
Decimal 9 92 190 0.95 0.52 0 0.25 212.49 0.91 0.39
Hex 9 5C BE 5F 34 0 19 D4 5B 27
Octal 11 134 276 137 64 0 31 324 133 47
Binary 1001 1011100 10111110 1011111 110100 0 11001 11010100 1011011 100111

Color Harmonies of #095CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CBE

Black with #095CBE

Text Example


Text Example

White with #095CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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