Html Css Color HEX #261ABA Persian Blue

📋 copy color: '#261ABA'

red 38 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #261ABA

Tints of Persian Blue #261ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 15.2%
G = 10.4%
B = 74.4%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#261ABA (or 0x261ABA) is known color: Persian Blue. HEX triplet: 26, 1A and BA. RGB value is (38,26,186). Sum of RGB (Red+Green+Blue) = 38+26+186=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #261ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ABA is #D9E545. Grayscale: #2F2F2F. Windows color (decimal): -14280006 or 12196390. OLE color: 12196390.

HSL color Cylindrical-coordinate representation of color #261ABA: hue angle of 244.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261ABA is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 26 186 -
CMYK 0.80 0.86 0 0.27
HSL 244.5º 0.75% 0.42% -
HSV(B) 244.5º 0.86% 0.73% -
XYZ 10.03 4.7 46.83 -
YUV 47.83 205.98 120.99 -
System Red Green Blue C M Y K H S L
Decimal 38 26 186 0.80 0.86 0 0.27 244.5 0.75 0.42
Hex 26 1A BA 50 56 0 1B F4 4B 2A
Octal 46 32 272 120 126 0 33 364 113 52
Binary 100110 11010 10111010 1010000 1010110 0 11011 11110100 1001011 101010

Color Harmonies of #261ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ABA

Black with #261ABA

Text Example


Text Example

White with #261ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,26,186); }

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

background-color css

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

 a { background-color: rgb(38,26,186); }

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

border-color css

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

 span { border-color: rgb(38,26,186); }

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