Html Css Color HEX #261BB9 Persian Blue

📋 copy color: '#261BB9'

red 38 ◦ green 27 ◦ blue 185

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

Shades of Persian Blue #261BB9

Tints of Persian Blue #261BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74%

R = 15.2%
G = 10.8%
B = 74%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#261BB9 (or 0x261BB9) is known color: Persian Blue. HEX triplet: 26, 1B and B9. RGB value is (38,27,185). Sum of RGB (Red+Green+Blue) = 38+27+185=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #261BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BB9 is #D9E446. Grayscale: #2F2F2F. Windows color (decimal): -14279751 or 12131110. OLE color: 12131110.

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

Color convert

RGB 38 27 185 -
CMYK 0.79 0.85 0 0.27
HSL 244.18º 0.75% 0.42% -
HSV(B) 244.18º 0.85% 0.73% -
XYZ 9.95 4.7 46.28 -
YUV 48.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 38 27 185 0.79 0.85 0 0.27 244.18 0.75 0.42
Hex 26 1B B9 4F 55 0 1B F4 4B 2A
Octal 46 33 271 117 125 0 33 364 113 52
Binary 100110 11011 10111001 1001111 1010101 0 11011 11110100 1001011 101010

Color Harmonies of #261BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261BB9

Black with #261BB9

Text Example


Text Example

White with #261BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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