Html Css Color HEX #1833CC Persian Blue

📋 copy color: '#1833CC'

red 24 ◦ green 51 ◦ blue 204

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

Shades of Persian Blue #1833CC

Tints of Persian Blue #1833CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.12%

R = 8.6%
G = 18.28%
B = 73.12%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1833CC (or 0x1833CC) is known color: Persian Blue. HEX triplet: 18, 33 and CC. RGB value is (24,51,204). Sum of RGB (Red+Green+Blue) = 24+51+204=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #1833CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833CC is #E7CC33. Grayscale: #3B3B3B. Windows color (decimal): -15191092 or 13382424. OLE color: 13382424.

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

Color convert

RGB 24 51 204 -
CMYK 0.88 0.75 0 0.2
HSL 231º 0.79% 0.45% -
HSV(B) 231º 0.88% 0.8% -
XYZ 12.46 6.92 57.81 -
YUV 60.37 209.05 102.06 -
System Red Green Blue C M Y K H S L
Decimal 24 51 204 0.88 0.75 0 0.2 231 0.79 0.45
Hex 18 33 CC 58 4B 0 14 E7 4F 2D
Octal 30 63 314 130 113 0 24 347 117 55
Binary 11000 110011 11001100 1011000 1001011 0 10100 11100111 1001111 101101

Color Harmonies of #1833CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1833CC

Black with #1833CC

Text Example


Text Example

White with #1833CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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