Html Css Color HEX #0826CB Persian Blue

📋 copy color: '#0826CB'

red 8 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #0826CB

Tints of Persian Blue #0826CB

RGB

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

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

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

R = 3.21%
G = 15.26%
B = 81.53%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0826CB (or 0x0826CB) is known color: Persian Blue. HEX triplet: 08, 26 and CB. RGB value is (8,38,203). Sum of RGB (Red+Green+Blue) = 8+38+203=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #0826CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0826CB is #F7D934. Grayscale: #2F2F2F. Windows color (decimal): -16242997 or 13313544. OLE color: 13313544.

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

Color convert

RGB 8 38 203 -
CMYK 0.96 0.81 0 0.20
HSL 230.77º 0.92% 0.41% -
HSV(B) 230.77º 0.96% 0.8% -
XYZ 11.57 5.75 57 -
YUV 47.84 215.56 99.58 -
System Red Green Blue C M Y K H S L
Decimal 8 38 203 0.96 0.81 0 0.20 230.77 0.92 0.41
Hex 8 26 CB 60 51 0 14 E7 5C 29
Octal 10 46 313 140 121 0 24 347 134 51
Binary 1000 100110 11001011 1100000 1010001 0 10100 11100111 1011100 101001

Color Harmonies of #0826CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0826CB

Black with #0826CB

Text Example


Text Example

White with #0826CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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