Html Css Color HEX #1D23BC Persian Blue

📋 copy color: '#1D23BC'

red 29 ◦ green 35 ◦ blue 188

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

Shades of Persian Blue #1D23BC

Tints of Persian Blue #1D23BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.6%

R = 11.51%
G = 13.89%
B = 74.6%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D23BC (or 0x1D23BC) is known color: Persian Blue. HEX triplet: 1D, 23 and BC. RGB value is (29,35,188). Sum of RGB (Red+Green+Blue) = 29+35+188=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D23BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D23BC is #E2DC43. Grayscale: #323232. Windows color (decimal): -14867524 or 12329757. OLE color: 12329757.

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

Color convert

RGB 29 35 188 -
CMYK 0.85 0.81 0 0.26
HSL 237.74º 0.73% 0.43% -
HSV(B) 237.74º 0.85% 0.74% -
XYZ 10.18 5.09 48.02 -
YUV 50.65 205.51 112.56 -
System Red Green Blue C M Y K H S L
Decimal 29 35 188 0.85 0.81 0 0.26 237.74 0.73 0.43
Hex 1D 23 BC 55 51 0 1A EE 49 2B
Octal 35 43 274 125 121 0 32 356 111 53
Binary 11101 100011 10111100 1010101 1010001 0 11010 11101110 1001001 101011

Color Harmonies of #1D23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D23BC

Black with #1D23BC

Text Example


Text Example

White with #1D23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,35,188); }

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

background-color css

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

 a { background-color: rgb(29,35,188); }

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

border-color css

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

 span { border-color: rgb(29,35,188); }

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