Html Css Color HEX #195477 Orient

📋 copy color: '#195477'

red 25 ◦ green 84 ◦ blue 119

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

Shades of Orient #195477

Tints of Orient #195477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.84%

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 10.96%
G = 36.84%
B = 52.19%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195477 (or 0x195477) is known color: Orient. HEX triplet: 19, 54 and 77. RGB value is (25,84,119). Sum of RGB (Red+Green+Blue) = 25+84+119=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #195477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195477 is #E6AB88. Grayscale: #464646. Windows color (decimal): -15117193 or 7820313. OLE color: 7820313.

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

Color convert

RGB 25 84 119 -
CMYK 0.79 0.29 0 0.53
HSL 202.34º 0.65% 0.28% -
HSV(B) 202.34º 0.79% 0.47% -
XYZ 6.9 7.88 18.61 -
YUV 70.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 25 84 119 0.79 0.29 0 0.53 202.34 0.65 0.28
Hex 19 54 77 4F 1D 0 35 CA 41 1C
Octal 31 124 167 117 35 0 65 312 101 34
Binary 11001 1010100 1110111 1001111 11101 0 110101 11001010 1000001 11100

Color Harmonies of #195477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195477

Black with #195477

Text Example


Text Example

White with #195477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195477; }

 p { color: rgb(25,84,119); }

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

background-color css

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

 a { background-color: rgb(25,84,119); }

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

border-color css

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

 span { border-color: rgb(25,84,119); }

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