Html Css Color HEX #192635 Tangaroa

📋 copy color: '#192635'

red 25 ◦ green 38 ◦ blue 53

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

Shades of Tangaroa #192635

Tints of Tangaroa #192635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.76%

 BLUE value IS 53 (21.09% from 255) = 45.69%

R = 21.55%
G = 32.76%
B = 45.69%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#192635 (or 0x192635) is known color: Tangaroa. HEX triplet: 19, 26 and 35. RGB value is (25,38,53). Sum of RGB (Red+Green+Blue) = 25+38+53=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #192635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192635 is #E6D9CA. Grayscale: #232323. Windows color (decimal): -15129035 or 3483161. OLE color: 3483161.

HSL color Cylindrical-coordinate representation of color #192635: hue angle of 212.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #192635 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 38 53 -
CMYK 0.53 0.28 0 0.79
HSL 212.14º 0.36% 0.15% -
HSV(B) 212.14º 0.53% 0.21% -
XYZ 1.74 1.85 3.63 -
YUV 35.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 25 38 53 0.53 0.28 0 0.79 212.14 0.36 0.15
Hex 19 26 35 35 1C 0 4F D4 24 F
Octal 31 46 65 65 34 0 117 324 44 17
Binary 11001 100110 110101 110101 11100 0 1001111 11010100 100100 1111

Color Harmonies of #192635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192635

Black with #192635

Text Example


Text Example

White with #192635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192635; }

 p { color: rgb(25,38,53); }

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

background-color css

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

 a { background-color: rgb(25,38,53); }

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

border-color css

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

 span { border-color: rgb(25,38,53); }

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