Html Css Color HEX #1D27C0 Persian Blue

📋 copy color: '#1D27C0'

red 29 ◦ green 39 ◦ blue 192

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

Shades of Persian Blue #1D27C0

Tints of Persian Blue #1D27C0

RGB

 RED value IS 29 (11.72% from 255) = 11.15%

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 192 (75.39% from 255) = 73.85%

R = 11.15%
G = 15%
B = 73.85%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D27C0 (or 0x1D27C0) is known color: Persian Blue. HEX triplet: 1D, 27 and C0. RGB value is (29,39,192). Sum of RGB (Red+Green+Blue) = 29+39+192=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 192 (75.39% from 255 or 73.85% from 260); Max value from RGB is 192 - color contains mainly: blue. Hex color #1D27C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D27C0 is #E2D83F. Grayscale: #343434. Windows color (decimal): -14866496 or 12592925. OLE color: 12592925.

HSL color Cylindrical-coordinate representation of color #1D27C0: hue angle of 236.32º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D27C0 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 39 192 -
CMYK 0.85 0.80 0 0.25
HSL 236.32º 0.74% 0.43% -
HSV(B) 236.32º 0.85% 0.75% -
XYZ 10.75 5.52 50.37 -
YUV 53.45 206.19 110.56 -
System Red Green Blue C M Y K H S L
Decimal 29 39 192 0.85 0.80 0 0.25 236.32 0.74 0.43
Hex 1D 27 C0 55 50 0 19 EC 4A 2B
Octal 35 47 300 125 120 0 31 354 112 53
Binary 11101 100111 11000000 1010101 1010000 0 11001 11101100 1001010 101011

Color Harmonies of #1D27C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D27C0

Black with #1D27C0

Text Example


Text Example

White with #1D27C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,39,192); }

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

background-color css

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

 a { background-color: rgb(29,39,192); }

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

border-color css

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

 span { border-color: rgb(29,39,192); }

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