Html Css Color HEX #25919D Java

📋 copy color: '#25919D'

red 37 ◦ green 145 ◦ blue 157

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

Shades of Java #25919D

Tints of Java #25919D

RGB

 RED value IS 37 (14.84% from 255) = 10.91%

 GREEN value IS 145 (57.03% from 255) = 42.77%

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 10.91%
G = 42.77%
B = 46.31%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25919D (or 0x25919D) is known color: Java. HEX triplet: 25, 91 and 9D. RGB value is (37,145,157). Sum of RGB (Red+Green+Blue) = 37+145+157=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #25919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25919D is #DA6E62. Grayscale: #717171. Windows color (decimal): -14315107 or 10326309. OLE color: 10326309.

HSL color Cylindrical-coordinate representation of color #25919D: hue angle of 186º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25919D is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 145 157 -
CMYK 0.76 0.08 0 0.38
HSL 186º 0.62% 0.38% -
HSV(B) 186º 0.76% 0.62% -
XYZ 16.97 23.08 35.46 -
YUV 114.08 152.22 73.02 -
System Red Green Blue C M Y K H S L
Decimal 37 145 157 0.76 0.08 0 0.38 186 0.62 0.38
Hex 25 91 9D 4C 8 0 26 BA 3E 26
Octal 45 221 235 114 10 0 46 272 76 46
Binary 100101 10010001 10011101 1001100 1000 0 100110 10111010 111110 100110

Color Harmonies of #25919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25919D

Black with #25919D

Text Example


Text Example

White with #25919D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,145,157); }

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

background-color css

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

 a { background-color: rgb(37,145,157); }

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

border-color css

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

 span { border-color: rgb(37,145,157); }

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