Html Css Color HEX #10969C Java

📋 copy color: '#10969C'

red 16 ◦ green 150 ◦ blue 156

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

Shades of Java #10969C

Tints of Java #10969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 4.97%
G = 46.58%
B = 48.45%

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

#10969C (or 0x10969C) is known color: Java. HEX triplet: 10, 96 and 9C. RGB value is (16,150,156). Sum of RGB (Red+Green+Blue) = 16+150+156=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #10969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10969C is #EF6963. Grayscale: #6E6E6E. Windows color (decimal): -15690084 or 10262032. OLE color: 10262032.

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

Color convert

RGB 16 150 156 -
CMYK 0.90 0.04 0 0.39
HSL 182.57º 0.81% 0.34% -
HSV(B) 182.57º 0.9% 0.61% -
XYZ 17.12 24.32 35.24 -
YUV 110.62 153.61 60.51 -
System Red Green Blue C M Y K H S L
Decimal 16 150 156 0.90 0.04 0 0.39 182.57 0.81 0.34
Hex 10 96 9C 5A 4 0 27 B7 51 22
Octal 20 226 234 132 4 0 47 267 121 42
Binary 10000 10010110 10011100 1011010 100 0 100111 10110111 1010001 100010

Color Harmonies of #10969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10969C

Black with #10969C

Text Example


Text Example

White with #10969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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