Html Css Color HEX #266076 Orient

📋 copy color: '#266076'

red 38 ◦ green 96 ◦ blue 118

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

Shades of Orient #266076

Tints of Orient #266076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 15.08%
G = 38.1%
B = 46.83%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#266076 (or 0x266076) is known color: Orient. HEX triplet: 26, 60 and 76. RGB value is (38,96,118). Sum of RGB (Red+Green+Blue) = 38+96+118=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #266076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266076 is #D99F89. Grayscale: #515151. Windows color (decimal): -14262154 or 7757862. OLE color: 7757862.

HSL color Cylindrical-coordinate representation of color #266076: hue angle of 196.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266076 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 96 118 -
CMYK 0.68 0.19 0 0.54
HSL 196.5º 0.51% 0.31% -
HSV(B) 196.5º 0.68% 0.46% -
XYZ 8.25 10.09 18.65 -
YUV 81.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 38 96 118 0.68 0.19 0 0.54 196.5 0.51 0.31
Hex 26 60 76 44 13 0 36 C4 33 1F
Octal 46 140 166 104 23 0 66 304 63 37
Binary 100110 1100000 1110110 1000100 10011 0 110110 11000100 110011 11111

Color Harmonies of #266076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266076

Black with #266076

Text Example


Text Example

White with #266076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266076; }

 p { color: rgb(38,96,118); }

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

background-color css

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

 a { background-color: rgb(38,96,118); }

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

border-color css

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

 span { border-color: rgb(38,96,118); }

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