Html Css Color HEX #195469 Orient

📋 copy color: '#195469'

red 25 ◦ green 84 ◦ blue 105

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

Shades of Orient #195469

Tints of Orient #195469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 11.68%
G = 39.25%
B = 49.07%

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

#195469 (or 0x195469) is known color: Orient. HEX triplet: 19, 54 and 69. RGB value is (25,84,105). Sum of RGB (Red+Green+Blue) = 25+84+105=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #195469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195469 is #E6AB96. Grayscale: #444444. Windows color (decimal): -15117207 or 6902809. OLE color: 6902809.

HSL color Cylindrical-coordinate representation of color #195469: hue angle of 195.75º degrees, saturation: 0.62, 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 #195469 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 84 105 -
CMYK 0.76 0.20 0 0.59
HSL 195.75º 0.62% 0.25% -
HSV(B) 195.75º 0.76% 0.41% -
XYZ 6.12 7.57 14.5 -
YUV 68.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 25 84 105 0.76 0.20 0 0.59 195.75 0.62 0.25
Hex 19 54 69 4C 14 0 3B C4 3E 19
Octal 31 124 151 114 24 0 73 304 76 31
Binary 11001 1010100 1101001 1001100 10100 0 111011 11000100 111110 11001

Color Harmonies of #195469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195469

Black with #195469

Text Example


Text Example

White with #195469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195469; }

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

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

background-color css

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

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

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

border-color css

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

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

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