Html Css Color HEX #083CBC Persian Blue

📋 copy color: '#083CBC'

red 8 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #083CBC

Tints of Persian Blue #083CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

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

R = 3.13%
G = 23.44%
B = 73.44%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#083CBC (or 0x083CBC) is known color: Persian Blue. HEX triplet: 08, 3C and BC. RGB value is (8,60,188). Sum of RGB (Red+Green+Blue) = 8+60+188=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #083CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CBC is #F7C343. Grayscale: #3A3A3A. Windows color (decimal): -16237380 or 12336136. OLE color: 12336136.

HSL color Cylindrical-coordinate representation of color #083CBC: hue angle of 222.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 #083CBC is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 60 188 -
CMYK 0.96 0.68 0 0.26
HSL 222.67º 0.92% 0.38% -
HSV(B) 222.67º 0.96% 0.74% -
XYZ 10.79 6.91 48.34 -
YUV 59.04 200.77 91.59 -
System Red Green Blue C M Y K H S L
Decimal 8 60 188 0.96 0.68 0 0.26 222.67 0.92 0.38
Hex 8 3C BC 60 44 0 1A DF 5C 26
Octal 10 74 274 140 104 0 32 337 134 46
Binary 1000 111100 10111100 1100000 1000100 0 11010 11011111 1011100 100110

Color Harmonies of #083CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CBC

Black with #083CBC

Text Example


Text Example

White with #083CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083CBC; }

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

 H1.HeaderClassName
 {
   color: #083CBC;
 }
 .AnyTagClassName
 {
   color: #083CBC;
 }
</style>

background-color css

<style>
 a { background-color: #083CBC; }

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

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

border-color css

<style>
 span { border-color: #083CBC; }

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

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