Html Css Color HEX #819CB9 Rock Blue

📋 copy color: '#819CB9'

red 129 ◦ green 156 ◦ blue 185

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

Shades of Rock Blue #819CB9

Tints of Rock Blue #819CB9

RGB

 RED value IS 129 (50.78% from 255) = 27.45%

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 27.45%
G = 33.19%
B = 39.36%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#819CB9 (or 0x819CB9) is known color: Rock Blue. HEX triplet: 81, 9C and B9. RGB value is (129,156,185). Sum of RGB (Red+Green+Blue) = 129+156+185=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #819CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CB9 is #7E6346. Grayscale: #979797. Windows color (decimal): -8282951 or 12164225. OLE color: 12164225.

HSL color Cylindrical-coordinate representation of color #819CB9: hue angle of 211.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #819CB9 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 156 185 -
CMYK 0.30 0.16 0 0.27
HSL 211.07º 0.29% 0.62% -
HSV(B) 211.07º 0.3% 0.73% -
XYZ 29.7 31.95 50.5 -
YUV 151.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 129 156 185 0.30 0.16 0 0.27 211.07 0.29 0.62
Hex 81 9C B9 1E 10 0 1B D3 1D 3E
Octal 201 234 271 36 20 0 33 323 35 76
Binary 10000001 10011100 10111001 11110 10000 0 11011 11010011 11101 111110

Color Harmonies of #819CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CB9

Black with #819CB9

Text Example


Text Example

White with #819CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819CB9; }

 p { color: rgb(129,156,185); }

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

background-color css

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

 a { background-color: rgb(129,156,185); }

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

border-color css

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

 span { border-color: rgb(129,156,185); }

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