Html Css Color HEX #819CBC Rock Blue

📋 copy color: '#819CBC'

red 129 ◦ green 156 ◦ blue 188

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

Shades of Rock Blue #819CBC

Tints of Rock Blue #819CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 27.27%
G = 32.98%
B = 39.75%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#819CBC (or 0x819CBC) is known color: Rock Blue. HEX triplet: 81, 9C and BC. RGB value is (129,156,188). Sum of RGB (Red+Green+Blue) = 129+156+188=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #819CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CBC is #7E6343. Grayscale: #979797. Windows color (decimal): -8282948 or 12360833. OLE color: 12360833.

HSL color Cylindrical-coordinate representation of color #819CBC: hue angle of 212.54º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819CBC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 156 188 -
CMYK 0.31 0.17 0 0.26
HSL 212.54º 0.31% 0.62% -
HSV(B) 212.54º 0.31% 0.74% -
XYZ 30.02 32.07 52.19 -
YUV 151.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 129 156 188 0.31 0.17 0 0.26 212.54 0.31 0.62
Hex 81 9C BC 1F 11 0 1A D5 1F 3E
Octal 201 234 274 37 21 0 32 325 37 76
Binary 10000001 10011100 10111100 11111 10001 0 11010 11010101 11111 111110

Color Harmonies of #819CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CBC

Black with #819CBC

Text Example


Text Example

White with #819CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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