Html Css Color HEX #0F609F Denim

📋 copy color: '#0F609F'

red 15 ◦ green 96 ◦ blue 159

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

Shades of Denim #0F609F

Tints of Denim #0F609F

RGB

 RED value IS 15 (6.25% from 255) = 5.56%

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 5.56%
G = 35.56%
B = 58.89%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F609F (or 0x0F609F) is known color: Denim. HEX triplet: 0F, 60 and 9F. RGB value is (15,96,159). Sum of RGB (Red+Green+Blue) = 15+96+159=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F609F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F609F is #F09F60. Grayscale: #4E4E4E. Windows color (decimal): -15769441 or 10444815. OLE color: 10444815.

HSL color Cylindrical-coordinate representation of color #0F609F: hue angle of 206.25º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F609F is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 96 159 -
CMYK 0.91 0.40 0 0.38
HSL 206.25º 0.83% 0.34% -
HSV(B) 206.25º 0.91% 0.62% -
XYZ 10.64 10.97 34.36 -
YUV 78.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 15 96 159 0.91 0.40 0 0.38 206.25 0.83 0.34
Hex F 60 9F 5B 28 0 26 CE 53 22
Octal 17 140 237 133 50 0 46 316 123 42
Binary 1111 1100000 10011111 1011011 101000 0 100110 11001110 1010011 100010

Color Harmonies of #0F609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F609F

Black with #0F609F

Text Example


Text Example

White with #0F609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F609F; }

 p { color: rgb(15,96,159); }

 H1.HeaderClassName
 {
   color: #0F609F;
 }
 .AnyTagClassName
 {
   color: #0F609F;
 }
</style>

background-color css

<style>
 a { background-color: #0F609F; }

 a { background-color: rgb(15,96,159); }

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

border-color css

<style>
 span { border-color: #0F609F; }

 span { border-color: rgb(15,96,159); }

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