Html Css Color HEX #26507B Venice Blue

📋 copy color: '#26507B'

red 38 ◦ green 80 ◦ blue 123

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

Shades of Venice Blue #26507B

Tints of Venice Blue #26507B

RGB

 RED value IS 38 (15.23% from 255) = 15.77%

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 15.77%
G = 33.2%
B = 51.04%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#26507B (or 0x26507B) is known color: Venice Blue. HEX triplet: 26, 50 and 7B. RGB value is (38,80,123). Sum of RGB (Red+Green+Blue) = 38+80+123=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #26507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26507B is #D9AF84. Grayscale: #484848. Windows color (decimal): -14266245 or 8081446. OLE color: 8081446.

HSL color Cylindrical-coordinate representation of color #26507B: hue angle of 210.35º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26507B is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 80 123 -
CMYK 0.69 0.35 0 0.52
HSL 210.35º 0.53% 0.32% -
HSV(B) 210.35º 0.69% 0.48% -
XYZ 7.24 7.58 19.82 -
YUV 72.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 38 80 123 0.69 0.35 0 0.52 210.35 0.53 0.32
Hex 26 50 7B 45 23 0 34 D2 35 20
Octal 46 120 173 105 43 0 64 322 65 40
Binary 100110 1010000 1111011 1000101 100011 0 110100 11010010 110101 100000

Color Harmonies of #26507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26507B

Black with #26507B

Text Example


Text Example

White with #26507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26507B; }

 p { color: rgb(38,80,123); }

 H1.HeaderClassName
 {
   color: #26507B;
 }
 .AnyTagClassName
 {
   color: #26507B;
 }
</style>

background-color css

<style>
 a { background-color: #26507B; }

 a { background-color: rgb(38,80,123); }

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

border-color css

<style>
 span { border-color: #26507B; }

 span { border-color: rgb(38,80,123); }

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