Html Css Color HEX #0F609E Denim

📋 copy color: '#0F609E'

red 15 ◦ green 96 ◦ blue 158

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

Shades of Denim #0F609E

Tints of Denim #0F609E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 5.58%
G = 35.69%
B = 58.74%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F609E (or 0x0F609E) is known color: Denim. HEX triplet: 0F, 60 and 9E. RGB value is (15,96,158). Sum of RGB (Red+Green+Blue) = 15+96+158=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F609E is #F09F61. Grayscale: #4E4E4E. Windows color (decimal): -15769442 or 10379279. OLE color: 10379279.

HSL color Cylindrical-coordinate representation of color #0F609E: hue angle of 206.01º 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 #0F609E is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 96 158 -
CMYK 0.91 0.39 0 0.38
HSL 206.01º 0.83% 0.34% -
HSV(B) 206.01º 0.91% 0.62% -
XYZ 10.55 10.94 33.9 -
YUV 78.85 172.66 82.46 -
System Red Green Blue C M Y K H S L
Decimal 15 96 158 0.91 0.39 0 0.38 206.01 0.83 0.34
Hex F 60 9E 5B 27 0 26 CE 53 22
Octal 17 140 236 133 47 0 46 316 123 42
Binary 1111 1100000 10011110 1011011 100111 0 100110 11001110 1010011 100010

Color Harmonies of #0F609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F609E

Black with #0F609E

Text Example


Text Example

White with #0F609E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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