Html Css Color HEX #259093 Java

📋 copy color: '#259093'

red 37 ◦ green 144 ◦ blue 147

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

Shades of Java #259093

Tints of Java #259093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 11.28%
G = 43.9%
B = 44.82%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#259093 (or 0x259093) is known color: Java. HEX triplet: 25, 90 and 93. RGB value is (37,144,147). Sum of RGB (Red+Green+Blue) = 37+144+147=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #259093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259093 is #DA6F6C. Grayscale: #707070. Windows color (decimal): -14315373 or 9670693. OLE color: 9670693.

HSL color Cylindrical-coordinate representation of color #259093: hue angle of 181.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259093 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 144 147 -
CMYK 0.75 0.02 0 0.42
HSL 181.64º 0.6% 0.36% -
HSV(B) 181.64º 0.75% 0.58% -
XYZ 16 22.45 31.09 -
YUV 112.35 147.55 74.26 -
System Red Green Blue C M Y K H S L
Decimal 37 144 147 0.75 0.02 0 0.42 181.64 0.6 0.36
Hex 25 90 93 4B 2 0 2A B6 3C 24
Octal 45 220 223 113 2 0 52 266 74 44
Binary 100101 10010000 10010011 1001011 10 0 101010 10110110 111100 100100

Color Harmonies of #259093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259093

Black with #259093

Text Example


Text Example

White with #259093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259093; }

 p { color: rgb(37,144,147); }

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

background-color css

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

 a { background-color: rgb(37,144,147); }

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

border-color css

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

 span { border-color: rgb(37,144,147); }

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