Html Css Color HEX #0F959B Java

📋 copy color: '#0F959B'

red 15 ◦ green 149 ◦ blue 155

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

Shades of Java #0F959B

Tints of Java #0F959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 4.7%
G = 46.71%
B = 48.59%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F959B (or 0x0F959B) is known color: Java. HEX triplet: 0F, 95 and 9B. RGB value is (15,149,155). Sum of RGB (Red+Green+Blue) = 15+149+155=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F959B is #F06A64. Grayscale: #6D6D6D. Windows color (decimal): -15755877 or 10196239. OLE color: 10196239.

HSL color Cylindrical-coordinate representation of color #0F959B: hue angle of 182.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F959B is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 149 155 -
CMYK 0.90 0.04 0 0.39
HSL 182.57º 0.82% 0.33% -
HSV(B) 182.57º 0.9% 0.61% -
XYZ 16.86 23.96 34.75 -
YUV 109.62 153.61 60.51 -
System Red Green Blue C M Y K H S L
Decimal 15 149 155 0.90 0.04 0 0.39 182.57 0.82 0.33
Hex F 95 9B 5A 4 0 27 B7 52 21
Octal 17 225 233 132 4 0 47 267 122 41
Binary 1111 10010101 10011011 1011010 100 0 100111 10110111 1010010 100001

Color Harmonies of #0F959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F959B

Black with #0F959B

Text Example


Text Example

White with #0F959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,149,155); }

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

background-color css

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

 a { background-color: rgb(15,149,155); }

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

border-color css

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

 span { border-color: rgb(15,149,155); }

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