Html Css Color HEX #258F9B Java

📋 copy color: '#258F9B'

red 37 ◦ green 143 ◦ blue 155

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

Shades of Java #258F9B

Tints of Java #258F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 11.04%
G = 42.69%
B = 46.27%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#258F9B (or 0x258F9B) is known color: Java. HEX triplet: 25, 8F and 9B. RGB value is (37,143,155). Sum of RGB (Red+Green+Blue) = 37+143+155=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #258F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F9B is #DA7064. Grayscale: #707070. Windows color (decimal): -14315621 or 10194725. OLE color: 10194725.

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

Color convert

RGB 37 143 155 -
CMYK 0.76 0.08 0 0.39
HSL 186.1º 0.61% 0.38% -
HSV(B) 186.1º 0.76% 0.61% -
XYZ 16.5 22.4 34.47 -
YUV 112.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 37 143 155 0.76 0.08 0 0.39 186.1 0.61 0.38
Hex 25 8F 9B 4C 8 0 27 BA 3D 26
Octal 45 217 233 114 10 0 47 272 75 46
Binary 100101 10001111 10011011 1001100 1000 0 100111 10111010 111101 100110

Color Harmonies of #258F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258F9B

Black with #258F9B

Text Example


Text Example

White with #258F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258F9B; }

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

 H1.HeaderClassName
 {
   color: #258F9B;
 }
 .AnyTagClassName
 {
   color: #258F9B;
 }
</style>

background-color css

<style>
 a { background-color: #258F9B; }

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

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

border-color css

<style>
 span { border-color: #258F9B; }

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

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