Html Css Color HEX #13948D Java

📋 copy color: '#13948D'

red 19 ◦ green 148 ◦ blue 141

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

Shades of Java #13948D

Tints of Java #13948D

RGB

 RED value IS 19 (7.81% from 255) = 6.17%

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 6.17%
G = 48.05%
B = 45.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#13948D (or 0x13948D) is known color: Java. HEX triplet: 13, 94 and 8D. RGB value is (19,148,141). Sum of RGB (Red+Green+Blue) = 19+148+141=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #13948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13948D is #EC6B72. Grayscale: #6C6C6C. Windows color (decimal): -15494003 or 9278483. OLE color: 9278483.

HSL color Cylindrical-coordinate representation of color #13948D: hue angle of 176.74º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13948D is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 141 -
CMYK 0.87 0 0.05 0.42
HSL 176.74º 0.77% 0.33% -
HSV(B) 176.74º 0.87% 0.58% -
XYZ 15.67 23.24 28.86 -
YUV 108.63 146.26 64.07 -
System Red Green Blue C M Y K H S L
Decimal 19 148 141 0.87 0 0.05 0.42 176.74 0.77 0.33
Hex 13 94 8D 57 0 5 2A B1 4D 21
Octal 23 224 215 127 0 5 52 261 115 41
Binary 10011 10010100 10001101 1010111 0 101 101010 10110001 1001101 100001

Color Harmonies of #13948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13948D

Black with #13948D

Text Example


Text Example

White with #13948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13948D; }

 p { color: rgb(19,148,141); }

 H1.HeaderClassName
 {
   color: #13948D;
 }
 .AnyTagClassName
 {
   color: #13948D;
 }
</style>

background-color css

<style>
 a { background-color: #13948D; }

 a { background-color: rgb(19,148,141); }

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

border-color css

<style>
 span { border-color: #13948D; }

 span { border-color: rgb(19,148,141); }

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