Html Css Color HEX #10949A Java

📋 copy color: '#10949A'

red 16 ◦ green 148 ◦ blue 154

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

Shades of Java #10949A

Tints of Java #10949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

 BLUE value IS 154 (60.55% from 255) = 48.43%

R = 5.03%
G = 46.54%
B = 48.43%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10949A (or 0x10949A) is known color: Java. HEX triplet: 10, 94 and 9A. RGB value is (16,148,154). Sum of RGB (Red+Green+Blue) = 16+148+154=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #10949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10949A is #EF6B65. Grayscale: #6D6D6D. Windows color (decimal): -15690598 or 10130448. OLE color: 10130448.

HSL color Cylindrical-coordinate representation of color #10949A: hue angle of 182.61º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10949A is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 148 154 -
CMYK 0.90 0.04 0 0.40
HSL 182.61º 0.81% 0.33% -
HSV(B) 182.61º 0.9% 0.6% -
XYZ 16.64 23.62 34.25 -
YUV 109.22 153.27 61.51 -
System Red Green Blue C M Y K H S L
Decimal 16 148 154 0.90 0.04 0 0.40 182.61 0.81 0.33
Hex 10 94 9A 5A 4 0 28 B7 51 21
Octal 20 224 232 132 4 0 50 267 121 41
Binary 10000 10010100 10011010 1011010 100 0 101000 10110111 1010001 100001

Color Harmonies of #10949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10949A

Black with #10949A

Text Example


Text Example

White with #10949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10949A; }

 p { color: rgb(16,148,154); }

 H1.HeaderClassName
 {
   color: #10949A;
 }
 .AnyTagClassName
 {
   color: #10949A;
 }
</style>

background-color css

<style>
 a { background-color: #10949A; }

 a { background-color: rgb(16,148,154); }

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

border-color css

<style>
 span { border-color: #10949A; }

 span { border-color: rgb(16,148,154); }

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