Html Css Color HEX #1F949C Java

📋 copy color: '#1F949C'

red 31 ◦ green 148 ◦ blue 156

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

Shades of Java #1F949C

Tints of Java #1F949C

RGB

 RED value IS 31 (12.5% from 255) = 9.25%

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

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

R = 9.25%
G = 44.18%
B = 46.57%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F949C (or 0x1F949C) is known color: Java. HEX triplet: 1F, 94 and 9C. RGB value is (31,148,156). Sum of RGB (Red+Green+Blue) = 31+148+156=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F949C is #E06B63. Grayscale: #717171. Windows color (decimal): -14707556 or 10261535. OLE color: 10261535.

HSL color Cylindrical-coordinate representation of color #1F949C: hue angle of 183.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F949C is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 148 156 -
CMYK 0.80 0.05 0 0.39
HSL 183.84º 0.67% 0.37% -
HSV(B) 183.84º 0.8% 0.61% -
XYZ 17.16 23.87 35.16 -
YUV 113.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 31 148 156 0.80 0.05 0 0.39 183.84 0.67 0.37
Hex 1F 94 9C 50 5 0 27 B8 43 25
Octal 37 224 234 120 5 0 47 270 103 45
Binary 11111 10010100 10011100 1010000 101 0 100111 10111000 1000011 100101

Color Harmonies of #1F949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F949C

Black with #1F949C

Text Example


Text Example

White with #1F949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F949C; }

 p { color: rgb(31,148,156); }

 H1.HeaderClassName
 {
   color: #1F949C;
 }
 .AnyTagClassName
 {
   color: #1F949C;
 }
</style>

background-color css

<style>
 a { background-color: #1F949C; }

 a { background-color: rgb(31,148,156); }

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

border-color css

<style>
 span { border-color: #1F949C; }

 span { border-color: rgb(31,148,156); }

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