Html Css Color HEX #819ABA Rock Blue

📋 copy color: '#819ABA'

red 129 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #819ABA

Tints of Rock Blue #819ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

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

R = 27.51%
G = 32.84%
B = 39.66%

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

#819ABA (or 0x819ABA) is known color: Rock Blue. HEX triplet: 81, 9A and BA. RGB value is (129,154,186). Sum of RGB (Red+Green+Blue) = 129+154+186=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #819ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ABA is #7E6545. Grayscale: #969696. Windows color (decimal): -8283462 or 12229249. OLE color: 12229249.

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

Color convert

RGB 129 154 186 -
CMYK 0.31 0.17 0 0.27
HSL 213.68º 0.29% 0.62% -
HSV(B) 213.68º 0.31% 0.73% -
XYZ 29.47 31.32 50.95 -
YUV 150.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 129 154 186 0.31 0.17 0 0.27 213.68 0.29 0.62
Hex 81 9A BA 1F 11 0 1B D6 1D 3E
Octal 201 232 272 37 21 0 33 326 35 76
Binary 10000001 10011010 10111010 11111 10001 0 11011 11010110 11101 111110

Color Harmonies of #819ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ABA

Black with #819ABA

Text Example


Text Example

White with #819ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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