Html Css Color HEX #1B35DF Persian Blue

📋 copy color: '#1B35DF'

red 27 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #1B35DF

Tints of Persian Blue #1B35DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 8.91%
G = 17.49%
B = 73.6%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B35DF (or 0x1B35DF) is known color: Persian Blue. HEX triplet: 1B, 35 and DF. RGB value is (27,53,223). Sum of RGB (Red+Green+Blue) = 27+53+223=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B35DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B35DF is #E4CA20. Grayscale: #3F3F3F. Windows color (decimal): -14993953 or 14628123. OLE color: 14628123.

HSL color Cylindrical-coordinate representation of color #1B35DF: hue angle of 232.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B35DF is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 53 223 -
CMYK 0.88 0.76 0 0.13
HSL 232.04º 0.78% 0.49% -
HSV(B) 232.04º 0.88% 0.87% -
XYZ 15.04 8.11 70.58 -
YUV 64.61 217.39 101.18 -
System Red Green Blue C M Y K H S L
Decimal 27 53 223 0.88 0.76 0 0.13 232.04 0.78 0.49
Hex 1B 35 DF 58 4C 0 D E8 4E 31
Octal 33 65 337 130 114 0 15 350 116 61
Binary 11011 110101 11011111 1011000 1001100 0 1101 11101000 1001110 110001

Color Harmonies of #1B35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B35DF

Black with #1B35DF

Text Example


Text Example

White with #1B35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,53,223); }

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

background-color css

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

 a { background-color: rgb(27,53,223); }

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

border-color css

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

 span { border-color: rgb(27,53,223); }

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