Html Css Color HEX #0826BF Persian Blue

📋 copy color: '#0826BF'

red 8 ◦ green 38 ◦ blue 191

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

Shades of Persian Blue #0826BF

Tints of Persian Blue #0826BF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 3.38%
G = 16.03%
B = 80.59%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0826BF (or 0x0826BF) is known color: Persian Blue. HEX triplet: 08, 26 and BF. RGB value is (8,38,191). Sum of RGB (Red+Green+Blue) = 8+38+191=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #0826BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0826BF is #F7D940. Grayscale: #2D2D2D. Windows color (decimal): -16243009 or 12527112. OLE color: 12527112.

HSL color Cylindrical-coordinate representation of color #0826BF: hue angle of 230.16º 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 #0826BF is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 38 191 -
CMYK 0.96 0.80 0 0.25
HSL 230.16º 0.92% 0.39% -
HSV(B) 230.16º 0.96% 0.75% -
XYZ 10.2 5.2 49.76 -
YUV 46.47 209.56 100.56 -
System Red Green Blue C M Y K H S L
Decimal 8 38 191 0.96 0.80 0 0.25 230.16 0.92 0.39
Hex 8 26 BF 60 50 0 19 E6 5C 27
Octal 10 46 277 140 120 0 31 346 134 47
Binary 1000 100110 10111111 1100000 1010000 0 11001 11100110 1011100 100111

Color Harmonies of #0826BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0826BF

Black with #0826BF

Text Example


Text Example

White with #0826BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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