Html Css Color HEX #12929C Java

📋 copy color: '#12929C'

red 18 ◦ green 146 ◦ blue 156

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

Shades of Java #12929C

Tints of Java #12929C

RGB

 RED value IS 18 (7.42% from 255) = 5.63%

 GREEN value IS 146 (57.42% from 255) = 45.63%

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

R = 5.63%
G = 45.63%
B = 48.75%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12929C (or 0x12929C) is known color: Java. HEX triplet: 12, 92 and 9C. RGB value is (18,146,156). Sum of RGB (Red+Green+Blue) = 18+146+156=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #12929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12929C is #ED6D63. Grayscale: #6C6C6C. Windows color (decimal): -15560036 or 10261010. OLE color: 10261010.

HSL color Cylindrical-coordinate representation of color #12929C: hue angle of 184.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12929C is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 146 156 -
CMYK 0.88 0.06 0 0.39
HSL 184.35º 0.79% 0.34% -
HSV(B) 184.35º 0.88% 0.61% -
XYZ 16.53 23.09 35.04 -
YUV 108.87 154.59 63.19 -
System Red Green Blue C M Y K H S L
Decimal 18 146 156 0.88 0.06 0 0.39 184.35 0.79 0.34
Hex 12 92 9C 58 6 0 27 B8 4F 22
Octal 22 222 234 130 6 0 47 270 117 42
Binary 10010 10010010 10011100 1011000 110 0 100111 10111000 1001111 100010

Color Harmonies of #12929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12929C

Black with #12929C

Text Example


Text Example

White with #12929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,146,156); }

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

background-color css

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

 a { background-color: rgb(18,146,156); }

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

border-color css

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

 span { border-color: rgb(18,146,156); }

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