Html Css Color HEX #1F36BC Persian Blue

📋 copy color: '#1F36BC'

red 31 ◦ green 54 ◦ blue 188

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

Shades of Persian Blue #1F36BC

Tints of Persian Blue #1F36BC

RGB

 RED value IS 31 (12.5% from 255) = 11.36%

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 11.36%
G = 19.78%
B = 68.86%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F36BC (or 0x1F36BC) is known color: Persian Blue. HEX triplet: 1F, 36 and BC. RGB value is (31,54,188). Sum of RGB (Red+Green+Blue) = 31+54+188=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F36BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F36BC is #E0C943. Grayscale: #3D3D3D. Windows color (decimal): -14731588 or 12334623. OLE color: 12334623.

HSL color Cylindrical-coordinate representation of color #1F36BC: hue angle of 231.21º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F36BC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 54 188 -
CMYK 0.84 0.71 0 0.26
HSL 231.21º 0.72% 0.43% -
HSV(B) 231.21º 0.84% 0.74% -
XYZ 10.96 6.56 48.27 -
YUV 62.4 198.88 105.6 -
System Red Green Blue C M Y K H S L
Decimal 31 54 188 0.84 0.71 0 0.26 231.21 0.72 0.43
Hex 1F 36 BC 54 47 0 1A E7 48 2B
Octal 37 66 274 124 107 0 32 347 110 53
Binary 11111 110110 10111100 1010100 1000111 0 11010 11100111 1001000 101011

Color Harmonies of #1F36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F36BC

Black with #1F36BC

Text Example


Text Example

White with #1F36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,188); }

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

background-color css

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

 a { background-color: rgb(31,54,188); }

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

border-color css

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

 span { border-color: rgb(31,54,188); }

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