Html Css Color HEX #819BBA Rock Blue

📋 copy color: '#819BBA'

red 129 ◦ green 155 ◦ blue 186

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

Shades of Rock Blue #819BBA

Tints of Rock Blue #819BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 27.45%
G = 32.98%
B = 39.57%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#819BBA (or 0x819BBA) is known color: Rock Blue. HEX triplet: 81, 9B and BA. RGB value is (129,155,186). Sum of RGB (Red+Green+Blue) = 129+155+186=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #819BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BBA is #7E6445. Grayscale: #969696. Windows color (decimal): -8283206 or 12229505. OLE color: 12229505.

HSL color Cylindrical-coordinate representation of color #819BBA: hue angle of 212.63º degrees, saturation: 0.29, 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 #819BBA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 155 186 -
CMYK 0.31 0.17 0 0.27
HSL 212.63º 0.29% 0.62% -
HSV(B) 212.63º 0.31% 0.73% -
XYZ 29.64 31.65 51 -
YUV 150.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 129 155 186 0.31 0.17 0 0.27 212.63 0.29 0.62
Hex 81 9B BA 1F 11 0 1B D5 1D 3E
Octal 201 233 272 37 21 0 33 325 35 76
Binary 10000001 10011011 10111010 11111 10001 0 11011 11010101 11101 111110

Color Harmonies of #819BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BBA

Black with #819BBA

Text Example


Text Example

White with #819BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,155,186); }

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

background-color css

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

 a { background-color: rgb(129,155,186); }

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

border-color css

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

 span { border-color: rgb(129,155,186); }

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