Html Css Color HEX #1B3CCA Persian Blue

📋 copy color: '#1B3CCA'

red 27 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #1B3CCA

Tints of Persian Blue #1B3CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

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

R = 9.34%
G = 20.76%
B = 69.9%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1B3CCA (or 0x1B3CCA) is known color: Persian Blue. HEX triplet: 1B, 3C and CA. RGB value is (27,60,202). Sum of RGB (Red+Green+Blue) = 27+60+202=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B3CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3CCA is #E4C335. Grayscale: #414141. Windows color (decimal): -14992182 or 13253659. OLE color: 13253659.

HSL color Cylindrical-coordinate representation of color #1B3CCA: hue angle of 228.69º 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 #1B3CCA is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 60 202 -
CMYK 0.87 0.70 0 0.21
HSL 228.69º 0.76% 0.45% -
HSV(B) 228.69º 0.87% 0.79% -
XYZ 12.73 7.73 56.7 -
YUV 66.32 204.57 99.95 -
System Red Green Blue C M Y K H S L
Decimal 27 60 202 0.87 0.70 0 0.21 228.69 0.76 0.45
Hex 1B 3C CA 57 46 0 15 E5 4C 2D
Octal 33 74 312 127 106 0 25 345 114 55
Binary 11011 111100 11001010 1010111 1000110 0 10101 11100101 1001100 101101

Color Harmonies of #1B3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3CCA

Black with #1B3CCA

Text Example


Text Example

White with #1B3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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