Html Css Color HEX #261DBA Persian Blue

📋 copy color: '#261DBA'

red 38 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #261DBA

Tints of Persian Blue #261DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

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

R = 15.02%
G = 11.46%
B = 73.52%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#261DBA (or 0x261DBA) is known color: Persian Blue. HEX triplet: 26, 1D and BA. RGB value is (38,29,186). Sum of RGB (Red+Green+Blue) = 38+29+186=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #261DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DBA is #D9E245. Grayscale: #303030. Windows color (decimal): -14279238 or 12197158. OLE color: 12197158.

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

Color convert

RGB 38 29 186 -
CMYK 0.80 0.84 0 0.27
HSL 243.44º 0.73% 0.42% -
HSV(B) 243.44º 0.84% 0.73% -
XYZ 10.1 4.84 46.86 -
YUV 49.59 204.98 119.73 -
System Red Green Blue C M Y K H S L
Decimal 38 29 186 0.80 0.84 0 0.27 243.44 0.73 0.42
Hex 26 1D BA 50 54 0 1B F3 49 2A
Octal 46 35 272 120 124 0 33 363 111 52
Binary 100110 11101 10111010 1010000 1010100 0 11011 11110011 1001001 101010

Color Harmonies of #261DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261DBA

Black with #261DBA

Text Example


Text Example

White with #261DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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