Html Css Color HEX #0824BF Persian Blue

📋 copy color: '#0824BF'

red 8 ◦ green 36 ◦ blue 191

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

Shades of Persian Blue #0824BF

Tints of Persian Blue #0824BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 81.28%

R = 3.4%
G = 15.32%
B = 81.28%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0824BF (or 0x0824BF) is known color: Persian Blue. HEX triplet: 08, 24 and BF. RGB value is (8,36,191). Sum of RGB (Red+Green+Blue) = 8+36+191=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #0824BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824BF is #F7DB40. Grayscale: #2C2C2C. Windows color (decimal): -16243521 or 12526600. OLE color: 12526600.

HSL color Cylindrical-coordinate representation of color #0824BF: hue angle of 230.82º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824BF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 36 191 -
CMYK 0.96 0.81 0 0.25
HSL 230.82º 0.92% 0.39% -
HSV(B) 230.82º 0.96% 0.75% -
XYZ 10.13 5.07 49.74 -
YUV 45.3 210.22 101.4 -
System Red Green Blue C M Y K H S L
Decimal 8 36 191 0.96 0.81 0 0.25 230.82 0.92 0.39
Hex 8 24 BF 60 51 0 19 E7 5C 27
Octal 10 44 277 140 121 0 31 347 134 47
Binary 1000 100100 10111111 1100000 1010001 0 11001 11100111 1011100 100111

Color Harmonies of #0824BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0824BF

Black with #0824BF

Text Example


Text Example

White with #0824BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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