Html Css Color HEX #1F23CE Persian Blue

📋 copy color: '#1F23CE'

red 31 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #1F23CE

Tints of Persian Blue #1F23CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 206 (80.86% from 255) = 75.74%

R = 11.4%
G = 12.87%
B = 75.74%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F23CE (or 0x1F23CE) is known color: Persian Blue. HEX triplet: 1F, 23 and CE. RGB value is (31,35,206). Sum of RGB (Red+Green+Blue) = 31+35+206=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F23CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F23CE is #E0DC31. Grayscale: #343434. Windows color (decimal): -14736434 or 13509407. OLE color: 13509407.

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

Color convert

RGB 31 35 206 -
CMYK 0.85 0.83 0 0.19
HSL 238.63º 0.74% 0.46% -
HSV(B) 238.63º 0.85% 0.81% -
XYZ 12.31 5.95 58.89 -
YUV 53.3 214.17 112.1 -
System Red Green Blue C M Y K H S L
Decimal 31 35 206 0.85 0.83 0 0.19 238.63 0.74 0.46
Hex 1F 23 CE 55 53 0 13 EF 4A 2E
Octal 37 43 316 125 123 0 23 357 112 56
Binary 11111 100011 11001110 1010101 1010011 0 10011 11101111 1001010 101110

Color Harmonies of #1F23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F23CE

Black with #1F23CE

Text Example


Text Example

White with #1F23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,35,206); }

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

background-color css

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

 a { background-color: rgb(31,35,206); }

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

border-color css

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

 span { border-color: rgb(31,35,206); }

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