Html Css Color HEX #261BAE Persian Blue

📋 copy color: '#261BAE'

red 38 ◦ green 27 ◦ blue 174

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

Shades of Persian Blue #261BAE

Tints of Persian Blue #261BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.3%

 BLUE value IS 174 (68.36% from 255) = 72.8%

R = 15.9%
G = 11.3%
B = 72.8%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#261BAE (or 0x261BAE) is known color: Persian Blue. HEX triplet: 26, 1B and AE. RGB value is (38,27,174). Sum of RGB (Red+Green+Blue) = 38+27+174=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #261BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261BAE is #D9E451. Grayscale: #2E2E2E. Windows color (decimal): -14279762 or 11410214. OLE color: 11410214.

HSL color Cylindrical-coordinate representation of color #261BAE: hue angle of 244.49º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261BAE is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 27 174 -
CMYK 0.78 0.84 0 0.32
HSL 244.49º 0.73% 0.39% -
HSV(B) 244.49º 0.84% 0.68% -
XYZ 8.83 4.25 40.4 -
YUV 47.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 38 27 174 0.78 0.84 0 0.32 244.49 0.73 0.39
Hex 26 1B AE 4E 54 0 20 F4 49 27
Octal 46 33 256 116 124 0 40 364 111 47
Binary 100110 11011 10101110 1001110 1010100 0 100000 11110100 1001001 100111

Color Harmonies of #261BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261BAE

Black with #261BAE

Text Example


Text Example

White with #261BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261BAE; }

 p { color: rgb(38,27,174); }

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

background-color css

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

 a { background-color: rgb(38,27,174); }

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

border-color css

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

 span { border-color: rgb(38,27,174); }

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