Html Css Color HEX #0961B4 Denim

📋 copy color: '#0961B4'

red 9 ◦ green 97 ◦ blue 180

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

Shades of Denim #0961B4

Tints of Denim #0961B4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 3.15%
G = 33.92%
B = 62.94%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0961B4 (or 0x0961B4) is known color: Denim. HEX triplet: 09, 61 and B4. RGB value is (9,97,180). Sum of RGB (Red+Green+Blue) = 9+97+180=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #0961B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961B4 is #F69E4B. Grayscale: #4F4F4F. Windows color (decimal): -16162380 or 11821321. OLE color: 11821321.

HSL color Cylindrical-coordinate representation of color #0961B4: hue angle of 209.12º 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 #0961B4 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 97 180 -
CMYK 0.95 0.46 0 0.29
HSL 209.12º 0.9% 0.37% -
HSV(B) 209.12º 0.95% 0.71% -
XYZ 12.63 11.9 44.81 -
YUV 80.15 184.35 77.25 -
System Red Green Blue C M Y K H S L
Decimal 9 97 180 0.95 0.46 0 0.29 209.12 0.9 0.37
Hex 9 61 B4 5F 2E 0 1D D1 5A 25
Octal 11 141 264 137 56 0 35 321 132 45
Binary 1001 1100001 10110100 1011111 101110 0 11101 11010001 1011010 100101

Color Harmonies of #0961B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961B4

Black with #0961B4

Text Example


Text Example

White with #0961B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0961B4; }

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

 H1.HeaderClassName
 {
   color: #0961B4;
 }
 .AnyTagClassName
 {
   color: #0961B4;
 }
</style>

background-color css

<style>
 a { background-color: #0961B4; }

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

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

border-color css

<style>
 span { border-color: #0961B4; }

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

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