Html Css Color HEX #1F36CE Persian Blue

📋 copy color: '#1F36CE'

red 31 ◦ green 54 ◦ blue 206

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

Shades of Persian Blue #1F36CE

Tints of Persian Blue #1F36CE

RGB

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

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

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

R = 10.65%
G = 18.56%
B = 70.79%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F36CE (or 0x1F36CE) is known color: Persian Blue. HEX triplet: 1F, 36 and CE. RGB value is (31,54,206). Sum of RGB (Red+Green+Blue) = 31+54+206=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F36CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F36CE is #E0C931. Grayscale: #3F3F3F. Windows color (decimal): -14731570 or 13514271. OLE color: 13514271.

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

Color convert

RGB 31 54 206 -
CMYK 0.85 0.74 0 0.19
HSL 232.11º 0.74% 0.46% -
HSV(B) 232.11º 0.85% 0.81% -
XYZ 13.02 7.39 59.13 -
YUV 64.45 207.88 104.14 -
System Red Green Blue C M Y K H S L
Decimal 31 54 206 0.85 0.74 0 0.19 232.11 0.74 0.46
Hex 1F 36 CE 55 4A 0 13 E8 4A 2E
Octal 37 66 316 125 112 0 23 350 112 56
Binary 11111 110110 11001110 1010101 1001010 0 10011 11101000 1001010 101110

Color Harmonies of #1F36CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F36CE

Black with #1F36CE

Text Example


Text Example

White with #1F36CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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