Html Css Color HEX #261FBB Persian Blue

📋 copy color: '#261FBB'

red 38 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #261FBB

Tints of Persian Blue #261FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

 BLUE value IS 187 (73.44% from 255) = 73.05%

R = 14.84%
G = 12.11%
B = 73.05%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#261FBB (or 0x261FBB) is known color: Persian Blue. HEX triplet: 26, 1F and BB. RGB value is (38,31,187). Sum of RGB (Red+Green+Blue) = 38+31+187=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #261FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FBB is #D9E044. Grayscale: #323232. Windows color (decimal): -14278725 or 12263206. OLE color: 12263206.

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

Color convert

RGB 38 31 187 -
CMYK 0.80 0.83 0 0.27
HSL 242.69º 0.72% 0.43% -
HSV(B) 242.69º 0.83% 0.73% -
XYZ 10.26 4.98 47.43 -
YUV 50.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 38 31 187 0.80 0.83 0 0.27 242.69 0.72 0.43
Hex 26 1F BB 50 53 0 1B F3 48 2B
Octal 46 37 273 120 123 0 33 363 110 53
Binary 100110 11111 10111011 1010000 1010011 0 11011 11110011 1001000 101011

Color Harmonies of #261FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261FBB

Black with #261FBB

Text Example


Text Example

White with #261FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,31,187); }

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

background-color css

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

 a { background-color: rgb(38,31,187); }

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

border-color css

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

 span { border-color: rgb(38,31,187); }

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