Html Css Color HEX #194B68 Arapawa

📋 copy color: '#194B68'

red 25 ◦ green 75 ◦ blue 104

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

Shades of Arapawa #194B68

Tints of Arapawa #194B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

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

R = 12.25%
G = 36.76%
B = 50.98%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#194B68 (or 0x194B68) is known color: Arapawa. HEX triplet: 19, 4B and 68. RGB value is (25,75,104). Sum of RGB (Red+Green+Blue) = 25+75+104=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #194B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B68 is #E6B497. Grayscale: #3F3F3F. Windows color (decimal): -15119512 or 6834969. OLE color: 6834969.

HSL color Cylindrical-coordinate representation of color #194B68: hue angle of 202.03º 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 #194B68 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 75 104 -
CMYK 0.76 0.28 0 0.59
HSL 202.03º 0.61% 0.25% -
HSV(B) 202.03º 0.76% 0.41% -
XYZ 5.42 6.24 14.02 -
YUV 63.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 25 75 104 0.76 0.28 0 0.59 202.03 0.61 0.25
Hex 19 4B 68 4C 1C 0 3B CA 3D 19
Octal 31 113 150 114 34 0 73 312 75 31
Binary 11001 1001011 1101000 1001100 11100 0 111011 11001010 111101 11001

Color Harmonies of #194B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194B68

Black with #194B68

Text Example


Text Example

White with #194B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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