Html Css Color HEX #1D2BCF Persian Blue

📋 copy color: '#1D2BCF'

red 29 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #1D2BCF

Tints of Persian Blue #1D2BCF

RGB

 RED value IS 29 (11.72% from 255) = 10.39%

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 207 (81.25% from 255) = 74.19%

R = 10.39%
G = 15.41%
B = 74.19%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D2BCF (or 0x1D2BCF) is known color: Persian Blue. HEX triplet: 1D, 2B and CF. RGB value is (29,43,207). Sum of RGB (Red+Green+Blue) = 29+43+207=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D2BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2BCF is #E2D430. Grayscale: #383838. Windows color (decimal): -14865457 or 13576989. OLE color: 13576989.

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

Color convert

RGB 29 43 207 -
CMYK 0.86 0.79 0 0.19
HSL 235.28º 0.75% 0.46% -
HSV(B) 235.28º 0.86% 0.81% -
XYZ 12.63 6.49 59.62 -
YUV 57.51 212.36 107.66 -
System Red Green Blue C M Y K H S L
Decimal 29 43 207 0.86 0.79 0 0.19 235.28 0.75 0.46
Hex 1D 2B CF 56 4F 0 13 EB 4B 2E
Octal 35 53 317 126 117 0 23 353 113 56
Binary 11101 101011 11001111 1010110 1001111 0 10011 11101011 1001011 101110

Color Harmonies of #1D2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2BCF

Black with #1D2BCF

Text Example


Text Example

White with #1D2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,43,207); }

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

background-color css

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

 a { background-color: rgb(29,43,207); }

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

border-color css

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

 span { border-color: rgb(29,43,207); }

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