Html Css Color HEX #1F38CB Persian Blue

📋 copy color: '#1F38CB'

red 31 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #1F38CB

Tints of Persian Blue #1F38CB

RGB

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

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

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

R = 10.69%
G = 19.31%
B = 70%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F38CB (or 0x1F38CB) is known color: Persian Blue. HEX triplet: 1F, 38 and CB. RGB value is (31,56,203). Sum of RGB (Red+Green+Blue) = 31+56+203=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F38CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F38CB is #E0C734. Grayscale: #404040. Windows color (decimal): -14731061 or 13318175. OLE color: 13318175.

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

Color convert

RGB 31 56 203 -
CMYK 0.85 0.72 0 0.20
HSL 231.28º 0.74% 0.46% -
HSV(B) 231.28º 0.85% 0.8% -
XYZ 12.76 7.43 57.26 -
YUV 65.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 31 56 203 0.85 0.72 0 0.20 231.28 0.74 0.46
Hex 1F 38 CB 55 48 0 14 E7 4A 2E
Octal 37 70 313 125 110 0 24 347 112 56
Binary 11111 111000 11001011 1010101 1001000 0 10100 11100111 1001010 101110

Color Harmonies of #1F38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F38CB

Black with #1F38CB

Text Example


Text Example

White with #1F38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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