Html Css Color HEX #0951CC Denim

📋 copy color: '#0951CC'

red 9 ◦ green 81 ◦ blue 204

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

Shades of Denim #0951CC

Tints of Denim #0951CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 3.06%
G = 27.55%
B = 69.39%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0951CC (or 0x0951CC) is known color: Denim. HEX triplet: 09, 51 and CC. RGB value is (9,81,204). Sum of RGB (Red+Green+Blue) = 9+81+204=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #0951CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951CC is #F6AE33. Grayscale: #484848. Windows color (decimal): -16166452 or 13390089. OLE color: 13390089.

HSL color Cylindrical-coordinate representation of color #0951CC: hue angle of 217.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951CC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 81 204 -
CMYK 0.96 0.60 0 0.2
HSL 217.85º 0.92% 0.42% -
HSV(B) 217.85º 0.96% 0.8% -
XYZ 13.95 10.3 58.38 -
YUV 73.49 201.65 82 -
System Red Green Blue C M Y K H S L
Decimal 9 81 204 0.96 0.60 0 0.2 217.85 0.92 0.42
Hex 9 51 CC 60 3C 0 14 DA 5C 2A
Octal 11 121 314 140 74 0 24 332 134 52
Binary 1001 1010001 11001100 1100000 111100 0 10100 11011010 1011100 101010

Color Harmonies of #0951CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951CC

Black with #0951CC

Text Example


Text Example

White with #0951CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0951CC; }

 p { color: rgb(9,81,204); }

 H1.HeaderClassName
 {
   color: #0951CC;
 }
 .AnyTagClassName
 {
   color: #0951CC;
 }
</style>

background-color css

<style>
 a { background-color: #0951CC; }

 a { background-color: rgb(9,81,204); }

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

border-color css

<style>
 span { border-color: #0951CC; }

 span { border-color: rgb(9,81,204); }

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