Html Css Color HEX #819DBB Rock Blue

📋 copy color: '#819DBB'

red 129 ◦ green 157 ◦ blue 187

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

Shades of Rock Blue #819DBB

Tints of Rock Blue #819DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.19%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 27.27%
G = 33.19%
B = 39.53%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#819DBB (or 0x819DBB) is known color: Rock Blue. HEX triplet: 81, 9D and BB. RGB value is (129,157,187). Sum of RGB (Red+Green+Blue) = 129+157+187=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #819DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DBB is #7E6244. Grayscale: #979797. Windows color (decimal): -8282693 or 12295553. OLE color: 12295553.

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

Color convert

RGB 129 157 187 -
CMYK 0.31 0.16 0 0.27
HSL 211.03º 0.3% 0.62% -
HSV(B) 211.03º 0.31% 0.73% -
XYZ 30.08 32.37 51.68 -
YUV 152.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 129 157 187 0.31 0.16 0 0.27 211.03 0.3 0.62
Hex 81 9D BB 1F 10 0 1B D3 1E 3E
Octal 201 235 273 37 20 0 33 323 36 76
Binary 10000001 10011101 10111011 11111 10000 0 11011 11010011 11110 111110

Color Harmonies of #819DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DBB

Black with #819DBB

Text Example


Text Example

White with #819DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,157,187); }

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

background-color css

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

 a { background-color: rgb(129,157,187); }

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

border-color css

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

 span { border-color: rgb(129,157,187); }

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