Html Css Color HEX #1B2ADF Persian Blue

📋 copy color: '#1B2ADF'

red 27 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #1B2ADF

Tints of Persian Blue #1B2ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.38%

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

R = 9.25%
G = 14.38%
B = 76.37%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B2ADF (or 0x1B2ADF) is known color: Persian Blue. HEX triplet: 1B, 2A and DF. RGB value is (27,42,223). Sum of RGB (Red+Green+Blue) = 27+42+223=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B2ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2ADF is #E4D520. Grayscale: #393939. Windows color (decimal): -14996769 or 14625307. OLE color: 14625307.

HSL color Cylindrical-coordinate representation of color #1B2ADF: hue angle of 235.41º 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 #1B2ADF is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 42 223 -
CMYK 0.88 0.81 0 0.13
HSL 235.41º 0.78% 0.49% -
HSV(B) 235.41º 0.88% 0.87% -
XYZ 14.6 7.22 70.44 -
YUV 58.15 221.03 105.78 -
System Red Green Blue C M Y K H S L
Decimal 27 42 223 0.88 0.81 0 0.13 235.41 0.78 0.49
Hex 1B 2A DF 58 51 0 D EB 4E 31
Octal 33 52 337 130 121 0 15 353 116 61
Binary 11011 101010 11011111 1011000 1010001 0 1101 11101011 1001110 110001

Color Harmonies of #1B2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2ADF

Black with #1B2ADF

Text Example


Text Example

White with #1B2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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