Html Css Color HEX #1848CF Persian Blue

📋 copy color: '#1848CF'

red 24 ◦ green 72 ◦ blue 207

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

Shades of Persian Blue #1848CF

Tints of Persian Blue #1848CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 7.92%
G = 23.76%
B = 68.32%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1848CF (or 0x1848CF) is known color: Persian Blue. HEX triplet: 18, 48 and CF. RGB value is (24,72,207). Sum of RGB (Red+Green+Blue) = 24+72+207=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #1848CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1848CF is #E7B730. Grayscale: #484848. Windows color (decimal): -15185713 or 13584408. OLE color: 13584408.

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

Color convert

RGB 24 72 207 -
CMYK 0.88 0.65 0 0.19
HSL 224.26º 0.79% 0.45% -
HSV(B) 224.26º 0.88% 0.81% -
XYZ 13.96 9.33 60.1 -
YUV 73.04 203.6 93.02 -
System Red Green Blue C M Y K H S L
Decimal 24 72 207 0.88 0.65 0 0.19 224.26 0.79 0.45
Hex 18 48 CF 58 41 0 13 E0 4F 2D
Octal 30 110 317 130 101 0 23 340 117 55
Binary 11000 1001000 11001111 1011000 1000001 0 10011 11100000 1001111 101101

Color Harmonies of #1848CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1848CF

Black with #1848CF

Text Example


Text Example

White with #1848CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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