Html Css Color HEX #1830CF Persian Blue

📋 copy color: '#1830CF'

red 24 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #1830CF

Tints of Persian Blue #1830CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

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

R = 8.6%
G = 17.2%
B = 74.19%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1830CF (or 0x1830CF) is known color: Persian Blue. HEX triplet: 18, 30 and CF. RGB value is (24,48,207). Sum of RGB (Red+Green+Blue) = 24+48+207=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 48 (19.14% from 255 or 17.20% 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 #1830CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1830CF is #E7CF30. Grayscale: #3A3A3A. Windows color (decimal): -15191857 or 13578264. OLE color: 13578264.

HSL color Cylindrical-coordinate representation of color #1830CF: hue angle of 232.13º 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 #1830CF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 48 207 -
CMYK 0.88 0.77 0 0.19
HSL 232.13º 0.79% 0.45% -
HSV(B) 232.13º 0.88% 0.81% -
XYZ 12.7 6.81 59.68 -
YUV 58.95 211.55 103.07 -
System Red Green Blue C M Y K H S L
Decimal 24 48 207 0.88 0.77 0 0.19 232.13 0.79 0.45
Hex 18 30 CF 58 4D 0 13 E8 4F 2D
Octal 30 60 317 130 115 0 23 350 117 55
Binary 11000 110000 11001111 1011000 1001101 0 10011 11101000 1001111 101101

Color Harmonies of #1830CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830CF

Black with #1830CF

Text Example


Text Example

White with #1830CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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