Html Css Color HEX #0830BC Persian Blue

📋 copy color: '#0830BC'

red 8 ◦ green 48 ◦ blue 188

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

Shades of Persian Blue #0830BC

Tints of Persian Blue #0830BC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

 BLUE value IS 188 (73.83% from 255) = 77.05%

R = 3.28%
G = 19.67%
B = 77.05%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0830BC (or 0x0830BC) is known color: Persian Blue. HEX triplet: 08, 30 and BC. RGB value is (8,48,188). Sum of RGB (Red+Green+Blue) = 8+48+188=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #0830BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0830BC is #F7CF43. Grayscale: #333333. Windows color (decimal): -16240452 or 12333064. OLE color: 12333064.

HSL color Cylindrical-coordinate representation of color #0830BC: hue angle of 226.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0830BC is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 48 188 -
CMYK 0.96 0.74 0 0.26
HSL 226.67º 0.92% 0.38% -
HSV(B) 226.67º 0.96% 0.74% -
XYZ 10.23 5.8 48.16 -
YUV 52 204.75 96.62 -
System Red Green Blue C M Y K H S L
Decimal 8 48 188 0.96 0.74 0 0.26 226.67 0.92 0.38
Hex 8 30 BC 60 4A 0 1A E3 5C 26
Octal 10 60 274 140 112 0 32 343 134 46
Binary 1000 110000 10111100 1100000 1001010 0 11010 11100011 1011100 100110

Color Harmonies of #0830BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0830BC

Black with #0830BC

Text Example


Text Example

White with #0830BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0830BC; }

 p { color: rgb(8,48,188); }

 H1.HeaderClassName
 {
   color: #0830BC;
 }
 .AnyTagClassName
 {
   color: #0830BC;
 }
</style>

background-color css

<style>
 a { background-color: #0830BC; }

 a { background-color: rgb(8,48,188); }

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

border-color css

<style>
 span { border-color: #0830BC; }

 span { border-color: rgb(8,48,188); }

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