Html Css Color HEX #1F3DCB Persian Blue

📋 copy color: '#1F3DCB'

red 31 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #1F3DCB

Tints of Persian Blue #1F3DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.68%

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

R = 10.51%
G = 20.68%
B = 68.81%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F3DCB (or 0x1F3DCB) is known color: Persian Blue. HEX triplet: 1F, 3D and CB. RGB value is (31,61,203). Sum of RGB (Red+Green+Blue) = 31+61+203=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F3DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3DCB is #E0C234. Grayscale: #434343. Windows color (decimal): -14729781 or 13319455. OLE color: 13319455.

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

Color convert

RGB 31 61 203 -
CMYK 0.85 0.70 0 0.20
HSL 229.53º 0.74% 0.46% -
HSV(B) 229.53º 0.85% 0.8% -
XYZ 13.01 7.94 57.35 -
YUV 68.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 31 61 203 0.85 0.70 0 0.20 229.53 0.74 0.46
Hex 1F 3D CB 55 46 0 14 E6 4A 2E
Octal 37 75 313 125 106 0 24 346 112 56
Binary 11111 111101 11001011 1010101 1000110 0 10100 11100110 1001010 101110

Color Harmonies of #1F3DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3DCB

Black with #1F3DCB

Text Example


Text Example

White with #1F3DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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