Html Css Color HEX #1833CF Persian Blue

📋 copy color: '#1833CF'

red 24 ◦ green 51 ◦ blue 207

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

Shades of Persian Blue #1833CF

Tints of Persian Blue #1833CF

RGB

 RED value IS 24 (9.77% from 255) = 8.51%

 GREEN value IS 51 (20.31% from 255) = 18.09%

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

R = 8.51%
G = 18.09%
B = 73.4%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1833CF (or 0x1833CF) is known color: Persian Blue. HEX triplet: 18, 33 and CF. RGB value is (24,51,207). Sum of RGB (Red+Green+Blue) = 24+51+207=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #1833CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833CF is #E7CC30. Grayscale: #3C3C3C. Windows color (decimal): -15191089 or 13579032. OLE color: 13579032.

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

Color convert

RGB 24 51 207 -
CMYK 0.88 0.75 0 0.19
HSL 231.15º 0.79% 0.45% -
HSV(B) 231.15º 0.88% 0.81% -
XYZ 12.82 7.07 59.72 -
YUV 60.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 24 51 207 0.88 0.75 0 0.19 231.15 0.79 0.45
Hex 18 33 CF 58 4B 0 13 E7 4F 2D
Octal 30 63 317 130 113 0 23 347 117 55
Binary 11000 110011 11001111 1011000 1001011 0 10011 11100111 1001111 101101

Color Harmonies of #1833CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1833CF

Black with #1833CF

Text Example


Text Example

White with #1833CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1833CF; }

 p { color: rgb(24,51,207); }

 H1.HeaderClassName
 {
   color: #1833CF;
 }
 .AnyTagClassName
 {
   color: #1833CF;
 }
</style>

background-color css

<style>
 a { background-color: #1833CF; }

 a { background-color: rgb(24,51,207); }

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

border-color css

<style>
 span { border-color: #1833CF; }

 span { border-color: rgb(24,51,207); }

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