Html Css Color HEX #0824CB Persian Blue

📋 copy color: '#0824CB'

red 8 ◦ green 36 ◦ blue 203

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

Shades of Persian Blue #0824CB

Tints of Persian Blue #0824CB

RGB

 RED value IS 8 (3.52% from 255) = 3.24%

 GREEN value IS 36 (14.45% from 255) = 14.57%

 BLUE value IS 203 (79.69% from 255) = 82.19%

R = 3.24%
G = 14.57%
B = 82.19%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0824CB (or 0x0824CB) is known color: Persian Blue. HEX triplet: 08, 24 and CB. RGB value is (8,36,203). Sum of RGB (Red+Green+Blue) = 8+36+203=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #0824CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824CB is #F7DB34. Grayscale: #2D2D2D. Windows color (decimal): -16243509 or 13313032. OLE color: 13313032.

HSL color Cylindrical-coordinate representation of color #0824CB: hue angle of 231.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824CB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 36 203 -
CMYK 0.96 0.82 0 0.20
HSL 231.38º 0.92% 0.41% -
HSV(B) 231.38º 0.96% 0.8% -
XYZ 11.51 5.63 56.98 -
YUV 46.67 216.22 100.42 -
System Red Green Blue C M Y K H S L
Decimal 8 36 203 0.96 0.82 0 0.20 231.38 0.92 0.41
Hex 8 24 CB 60 52 0 14 E7 5C 29
Octal 10 44 313 140 122 0 24 347 134 51
Binary 1000 100100 11001011 1100000 1010010 0 10100 11100111 1011100 101001

Color Harmonies of #0824CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0824CB

Black with #0824CB

Text Example


Text Example

White with #0824CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0824CB; }

 p { color: rgb(8,36,203); }

 H1.HeaderClassName
 {
   color: #0824CB;
 }
 .AnyTagClassName
 {
   color: #0824CB;
 }
</style>

background-color css

<style>
 a { background-color: #0824CB; }

 a { background-color: rgb(8,36,203); }

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

border-color css

<style>
 span { border-color: #0824CB; }

 span { border-color: rgb(8,36,203); }

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