Html Css Color HEX #10969F Java

📋 copy color: '#10969F'

red 16 ◦ green 150 ◦ blue 159

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

Shades of Java #10969F

Tints of Java #10969F

RGB

 RED value IS 16 (6.64% from 255) = 4.92%

 GREEN value IS 150 (58.98% from 255) = 46.15%

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

R = 4.92%
G = 46.15%
B = 48.92%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10969F (or 0x10969F) is known color: Java. HEX triplet: 10, 96 and 9F. RGB value is (16,150,159). Sum of RGB (Red+Green+Blue) = 16+150+159=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #10969F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10969F is #EF6960. Grayscale: #6E6E6E. Windows color (decimal): -15690081 or 10458640. OLE color: 10458640.

HSL color Cylindrical-coordinate representation of color #10969F: hue angle of 183.78º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10969F is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 150 159 -
CMYK 0.90 0.06 0 0.38
HSL 183.78º 0.82% 0.34% -
HSV(B) 183.78º 0.9% 0.62% -
XYZ 17.38 24.43 36.6 -
YUV 110.96 155.11 60.27 -
System Red Green Blue C M Y K H S L
Decimal 16 150 159 0.90 0.06 0 0.38 183.78 0.82 0.34
Hex 10 96 9F 5A 6 0 26 B8 52 22
Octal 20 226 237 132 6 0 46 270 122 42
Binary 10000 10010110 10011111 1011010 110 0 100110 10111000 1010010 100010

Color Harmonies of #10969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10969F

Black with #10969F

Text Example


Text Example

White with #10969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10969F; }

 p { color: rgb(16,150,159); }

 H1.HeaderClassName
 {
   color: #10969F;
 }
 .AnyTagClassName
 {
   color: #10969F;
 }
</style>

background-color css

<style>
 a { background-color: #10969F; }

 a { background-color: rgb(16,150,159); }

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

border-color css

<style>
 span { border-color: #10969F; }

 span { border-color: rgb(16,150,159); }

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