Html Css Color HEX #195368 Arapawa

📋 copy color: '#195368'

red 25 ◦ green 83 ◦ blue 104

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

Shades of Arapawa #195368

Tints of Arapawa #195368

RGB

 RED value IS 25 (10.16% from 255) = 11.79%

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 11.79%
G = 39.15%
B = 49.06%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195368 (or 0x195368) is known color: Arapawa. HEX triplet: 19, 53 and 68. RGB value is (25,83,104). Sum of RGB (Red+Green+Blue) = 25+83+104=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #195368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195368 is #E6AC97. Grayscale: #434343. Windows color (decimal): -15117464 or 6837017. OLE color: 6837017.

HSL color Cylindrical-coordinate representation of color #195368: hue angle of 195.95º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195368 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 83 104 -
CMYK 0.76 0.20 0 0.59
HSL 195.95º 0.61% 0.25% -
HSV(B) 195.95º 0.76% 0.41% -
XYZ 5.99 7.39 14.21 -
YUV 68.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 25 83 104 0.76 0.20 0 0.59 195.95 0.61 0.25
Hex 19 53 68 4C 14 0 3B C4 3D 19
Octal 31 123 150 114 24 0 73 304 75 31
Binary 11001 1010011 1101000 1001100 10100 0 111011 11000100 111101 11001

Color Harmonies of #195368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195368

Black with #195368

Text Example


Text Example

White with #195368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195368; }

 p { color: rgb(25,83,104); }

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

background-color css

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

 a { background-color: rgb(25,83,104); }

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

border-color css

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

 span { border-color: rgb(25,83,104); }

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