Html Css Color HEX #0636BF Persian Blue

📋 copy color: '#0636BF'

red 6 ◦ green 54 ◦ blue 191

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

Shades of Persian Blue #0636BF

Tints of Persian Blue #0636BF

RGB

 RED value IS 6 (2.73% from 255) = 2.39%

 GREEN value IS 54 (21.48% from 255) = 21.51%

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

R = 2.39%
G = 21.51%
B = 76.1%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0636BF (or 0x0636BF) is known color: Persian Blue. HEX triplet: 06, 36 and BF. RGB value is (6,54,191). Sum of RGB (Red+Green+Blue) = 6+54+191=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #0636BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0636BF is #F9C940. Grayscale: #363636. Windows color (decimal): -16369985 or 12531206. OLE color: 12531206.

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

Color convert

RGB 6 54 191 -
CMYK 0.97 0.72 0 0.25
HSL 224.43º 0.94% 0.39% -
HSV(B) 224.43º 0.97% 0.75% -
XYZ 10.8 6.44 49.96 -
YUV 55.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 6 54 191 0.97 0.72 0 0.25 224.43 0.94 0.39
Hex 6 36 BF 61 48 0 19 E0 5E 27
Octal 6 66 277 141 110 0 31 340 136 47
Binary 110 110110 10111111 1100001 1001000 0 11001 11100000 1011110 100111

Color Harmonies of #0636BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0636BF

Black with #0636BF

Text Example


Text Example

White with #0636BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,54,191); }

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

background-color css

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

 a { background-color: rgb(6,54,191); }

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

border-color css

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

 span { border-color: rgb(6,54,191); }

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