Html Css Color HEX #25858F Java

📋 copy color: '#25858F'

red 37 ◦ green 133 ◦ blue 143

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

Shades of Java #25858F

Tints of Java #25858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 11.82%
G = 42.49%
B = 45.69%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25858F (or 0x25858F) is known color: Java. HEX triplet: 25, 85 and 8F. RGB value is (37,133,143). Sum of RGB (Red+Green+Blue) = 37+133+143=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #25858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25858F is #DA7A70. Grayscale: #696969. Windows color (decimal): -14318193 or 9405733. OLE color: 9405733.

HSL color Cylindrical-coordinate representation of color #25858F: hue angle of 185.66º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25858F is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 133 143 -
CMYK 0.74 0.07 0 0.44
HSL 185.66º 0.59% 0.35% -
HSV(B) 185.66º 0.74% 0.56% -
XYZ 14.11 19.15 28.94 -
YUV 105.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 37 133 143 0.74 0.07 0 0.44 185.66 0.59 0.35
Hex 25 85 8F 4A 7 0 2C BA 3B 23
Octal 45 205 217 112 7 0 54 272 73 43
Binary 100101 10000101 10001111 1001010 111 0 101100 10111010 111011 100011

Color Harmonies of #25858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25858F

Black with #25858F

Text Example


Text Example

White with #25858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25858F; }

 p { color: rgb(37,133,143); }

 H1.HeaderClassName
 {
   color: #25858F;
 }
 .AnyTagClassName
 {
   color: #25858F;
 }
</style>

background-color css

<style>
 a { background-color: #25858F; }

 a { background-color: rgb(37,133,143); }

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

border-color css

<style>
 span { border-color: #25858F; }

 span { border-color: rgb(37,133,143); }

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