Html Css Color HEX #1B25C1 Persian Blue

📋 copy color: '#1B25C1'

red 27 ◦ green 37 ◦ blue 193

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

Shades of Persian Blue #1B25C1

Tints of Persian Blue #1B25C1

RGB

 RED value IS 27 (10.94% from 255) = 10.51%

 GREEN value IS 37 (14.84% from 255) = 14.4%

 BLUE value IS 193 (75.78% from 255) = 75.1%

R = 10.51%
G = 14.4%
B = 75.1%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1B25C1 (or 0x1B25C1) is known color: Persian Blue. HEX triplet: 1B, 25 and C1. RGB value is (27,37,193). Sum of RGB (Red+Green+Blue) = 27+37+193=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #1B25C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B25C1 is #E4DA3E. Grayscale: #333333. Windows color (decimal): -14998079 or 12657947. OLE color: 12657947.

HSL color Cylindrical-coordinate representation of color #1B25C1: hue angle of 236.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B25C1 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 37 193 -
CMYK 0.86 0.81 0 0.24
HSL 236.39º 0.75% 0.43% -
HSV(B) 236.39º 0.86% 0.76% -
XYZ 10.74 5.41 50.93 -
YUV 51.79 207.69 110.32 -
System Red Green Blue C M Y K H S L
Decimal 27 37 193 0.86 0.81 0 0.24 236.39 0.75 0.43
Hex 1B 25 C1 56 51 0 18 EC 4B 2B
Octal 33 45 301 126 121 0 30 354 113 53
Binary 11011 100101 11000001 1010110 1010001 0 11000 11101100 1001011 101011

Color Harmonies of #1B25C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B25C1

Black with #1B25C1

Text Example


Text Example

White with #1B25C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B25C1; }

 p { color: rgb(27,37,193); }

 H1.HeaderClassName
 {
   color: #1B25C1;
 }
 .AnyTagClassName
 {
   color: #1B25C1;
 }
</style>

background-color css

<style>
 a { background-color: #1B25C1; }

 a { background-color: rgb(27,37,193); }

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

border-color css

<style>
 span { border-color: #1B25C1; }

 span { border-color: rgb(27,37,193); }

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