Html Css Color HEX #23919B Java

📋 copy color: '#23919B'

red 35 ◦ green 145 ◦ blue 155

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

Shades of Java #23919B

Tints of Java #23919B

RGB

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

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

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

R = 10.45%
G = 43.28%
B = 46.27%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23919B (or 0x23919B) is known color: Java. HEX triplet: 23, 91 and 9B. RGB value is (35,145,155). Sum of RGB (Red+Green+Blue) = 35+145+155=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 145 (57.03% from 255 or 43.28% 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 #23919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23919B is #DC6E64. Grayscale: #717171. Windows color (decimal): -14446181 or 10195235. OLE color: 10195235.

HSL color Cylindrical-coordinate representation of color #23919B: hue angle of 185º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23919B is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 145 155 -
CMYK 0.77 0.06 0 0.39
HSL 185º 0.63% 0.37% -
HSV(B) 185º 0.77% 0.61% -
XYZ 16.73 22.97 34.56 -
YUV 113.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 35 145 155 0.77 0.06 0 0.39 185 0.63 0.37
Hex 23 91 9B 4D 6 0 27 B9 3F 25
Octal 43 221 233 115 6 0 47 271 77 45
Binary 100011 10010001 10011011 1001101 110 0 100111 10111001 111111 100101

Color Harmonies of #23919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23919B

Black with #23919B

Text Example


Text Example

White with #23919B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23919B; }

 p { color: rgb(35,145,155); }

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

background-color css

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

 a { background-color: rgb(35,145,155); }

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

border-color css

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

 span { border-color: rgb(35,145,155); }

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