Html Css Color HEX #095CB4 Denim

📋 copy color: '#095CB4'

red 9 ◦ green 92 ◦ blue 180

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

Shades of Denim #095CB4

Tints of Denim #095CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.06%

R = 3.2%
G = 32.74%
B = 64.06%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#095CB4 (or 0x095CB4) is known color: Denim. HEX triplet: 09, 5C and B4. RGB value is (9,92,180). Sum of RGB (Red+Green+Blue) = 9+92+180=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #095CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CB4 is #F6A34B. Grayscale: #4C4C4C. Windows color (decimal): -16163660 or 11820041. OLE color: 11820041.

HSL color Cylindrical-coordinate representation of color #095CB4: hue angle of 210.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095CB4 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 92 180 -
CMYK 0.95 0.49 0 0.29
HSL 210.88º 0.9% 0.37% -
HSV(B) 210.88º 0.95% 0.71% -
XYZ 12.18 11.01 44.66 -
YUV 77.22 186 79.34 -
System Red Green Blue C M Y K H S L
Decimal 9 92 180 0.95 0.49 0 0.29 210.88 0.9 0.37
Hex 9 5C B4 5F 31 0 1D D3 5A 25
Octal 11 134 264 137 61 0 35 323 132 45
Binary 1001 1011100 10110100 1011111 110001 0 11101 11010011 1011010 100101

Color Harmonies of #095CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CB4

Black with #095CB4

Text Example


Text Example

White with #095CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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