Html Css Color HEX #1F3BCB Persian Blue

📋 copy color: '#1F3BCB'

red 31 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #1F3BCB

Tints of Persian Blue #1F3BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.14%

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 10.58%
G = 20.14%
B = 69.28%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F3BCB (or 0x1F3BCB) is known color: Persian Blue. HEX triplet: 1F, 3B and CB. RGB value is (31,59,203). Sum of RGB (Red+Green+Blue) = 31+59+203=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F3BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3BCB is #E0C434. Grayscale: #424242. Windows color (decimal): -14730293 or 13318943. OLE color: 13318943.

HSL color Cylindrical-coordinate representation of color #1F3BCB: hue angle of 230.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3BCB is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 59 203 -
CMYK 0.85 0.71 0 0.20
HSL 230.23º 0.74% 0.46% -
HSV(B) 230.23º 0.85% 0.8% -
XYZ 12.91 7.73 57.31 -
YUV 67.04 204.72 102.29 -
System Red Green Blue C M Y K H S L
Decimal 31 59 203 0.85 0.71 0 0.20 230.23 0.74 0.46
Hex 1F 3B CB 55 47 0 14 E6 4A 2E
Octal 37 73 313 125 107 0 24 346 112 56
Binary 11111 111011 11001011 1010101 1000111 0 10100 11100110 1001010 101110

Color Harmonies of #1F3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3BCB

Black with #1F3BCB

Text Example


Text Example

White with #1F3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,59,203); }

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

background-color css

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

 a { background-color: rgb(31,59,203); }

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

border-color css

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

 span { border-color: rgb(31,59,203); }

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