Html Css Color HEX #1B38BC Persian Blue

📋 copy color: '#1B38BC'

red 27 ◦ green 56 ◦ blue 188

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

Shades of Persian Blue #1B38BC

Tints of Persian Blue #1B38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

 BLUE value IS 188 (73.83% from 255) = 69.37%

R = 9.96%
G = 20.66%
B = 69.37%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B38BC (or 0x1B38BC) is known color: Persian Blue. HEX triplet: 1B, 38 and BC. RGB value is (27,56,188). Sum of RGB (Red+Green+Blue) = 27+56+188=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B38BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B38BC is #E4C743. Grayscale: #3D3D3D. Windows color (decimal): -14993220 or 12335131. OLE color: 12335131.

HSL color Cylindrical-coordinate representation of color #1B38BC: hue angle of 229.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B38BC is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 56 188 -
CMYK 0.86 0.70 0 0.26
HSL 229.19º 0.75% 0.42% -
HSV(B) 229.19º 0.86% 0.74% -
XYZ 10.94 6.69 48.29 -
YUV 62.38 198.89 102.77 -
System Red Green Blue C M Y K H S L
Decimal 27 56 188 0.86 0.70 0 0.26 229.19 0.75 0.42
Hex 1B 38 BC 56 46 0 1A E5 4B 2A
Octal 33 70 274 126 106 0 32 345 113 52
Binary 11011 111000 10111100 1010110 1000110 0 11010 11100101 1001011 101010

Color Harmonies of #1B38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B38BC

Black with #1B38BC

Text Example


Text Example

White with #1B38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,56,188); }

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

background-color css

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

 a { background-color: rgb(27,56,188); }

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

border-color css

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

 span { border-color: rgb(27,56,188); }

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