Html Css Color HEX #239FA5 Java

📋 copy color: '#239FA5'

red 35 ◦ green 159 ◦ blue 165

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

Shades of Java #239FA5

Tints of Java #239FA5

RGB

 RED value IS 35 (14.06% from 255) = 9.75%

 GREEN value IS 159 (62.5% from 255) = 44.29%

 BLUE value IS 165 (64.84% from 255) = 45.96%

R = 9.75%
G = 44.29%
B = 45.96%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#239FA5 (or 0x239FA5) is known color: Java. HEX triplet: 23, 9F and A5. RGB value is (35,159,165). Sum of RGB (Red+Green+Blue) = 35+159+165=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #239FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FA5 is #DC605A. Grayscale: #7A7A7A. Windows color (decimal): -14442587 or 10854179. OLE color: 10854179.

HSL color Cylindrical-coordinate representation of color #239FA5: hue angle of 182.77º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239FA5 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 159 165 -
CMYK 0.79 0.04 0 0.35
HSL 182.77º 0.65% 0.39% -
HSV(B) 182.77º 0.79% 0.65% -
XYZ 19.88 27.87 39.93 -
YUV 122.61 151.92 65.51 -
System Red Green Blue C M Y K H S L
Decimal 35 159 165 0.79 0.04 0 0.35 182.77 0.65 0.39
Hex 23 9F A5 4F 4 0 23 B7 41 27
Octal 43 237 245 117 4 0 43 267 101 47
Binary 100011 10011111 10100101 1001111 100 0 100011 10110111 1000001 100111

Color Harmonies of #239FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239FA5

Black with #239FA5

Text Example


Text Example

White with #239FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239FA5; }

 p { color: rgb(35,159,165); }

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

background-color css

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

 a { background-color: rgb(35,159,165); }

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

border-color css

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

 span { border-color: rgb(35,159,165); }

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