Html Css Color HEX #265071 Venice Blue

📋 copy color: '#265071'

red 38 ◦ green 80 ◦ blue 113

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

Shades of Venice Blue #265071

Tints of Venice Blue #265071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 16.45%
G = 34.63%
B = 48.92%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265071 (or 0x265071) is known color: Venice Blue. HEX triplet: 26, 50 and 71. RGB value is (38,80,113). Sum of RGB (Red+Green+Blue) = 38+80+113=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #265071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265071 is #D9AF8E. Grayscale: #474747. Windows color (decimal): -14266255 or 7426086. OLE color: 7426086.

HSL color Cylindrical-coordinate representation of color #265071: hue angle of 206.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265071 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 80 113 -
CMYK 0.66 0.29 0 0.56
HSL 206.4º 0.5% 0.3% -
HSV(B) 206.4º 0.66% 0.44% -
XYZ 6.65 7.34 16.69 -
YUV 71.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 38 80 113 0.66 0.29 0 0.56 206.4 0.5 0.3
Hex 26 50 71 42 1D 0 38 CE 32 1E
Octal 46 120 161 102 35 0 70 316 62 36
Binary 100110 1010000 1110001 1000010 11101 0 111000 11001110 110010 11110

Color Harmonies of #265071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265071

Black with #265071

Text Example


Text Example

White with #265071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265071; }

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

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

background-color css

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

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

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

border-color css

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

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

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