Html Css Color HEX #1B3ECA Persian Blue

📋 copy color: '#1B3ECA'

red 27 ◦ green 62 ◦ blue 202

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

Shades of Persian Blue #1B3ECA

Tints of Persian Blue #1B3ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

 BLUE value IS 202 (79.3% from 255) = 69.42%

R = 9.28%
G = 21.31%
B = 69.42%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1B3ECA (or 0x1B3ECA) is known color: Persian Blue. HEX triplet: 1B, 3E and CA. RGB value is (27,62,202). Sum of RGB (Red+Green+Blue) = 27+62+202=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B3ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3ECA is #E4C135. Grayscale: #424242. Windows color (decimal): -14991670 or 13254171. OLE color: 13254171.

HSL color Cylindrical-coordinate representation of color #1B3ECA: hue angle of 228º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B3ECA is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 62 202 -
CMYK 0.87 0.69 0 0.21
HSL 228º 0.76% 0.45% -
HSV(B) 228º 0.87% 0.79% -
XYZ 12.84 7.94 56.73 -
YUV 67.5 203.9 99.12 -
System Red Green Blue C M Y K H S L
Decimal 27 62 202 0.87 0.69 0 0.21 228 0.76 0.45
Hex 1B 3E CA 57 45 0 15 E4 4C 2D
Octal 33 76 312 127 105 0 25 344 114 55
Binary 11011 111110 11001010 1010111 1000101 0 10101 11100100 1001100 101101

Color Harmonies of #1B3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3ECA

Black with #1B3ECA

Text Example


Text Example

White with #1B3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,62,202); }

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

background-color css

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

 a { background-color: rgb(27,62,202); }

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

border-color css

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

 span { border-color: rgb(27,62,202); }

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