Html Css Color HEX #0636D8 Persian Blue

📋 copy color: '#0636D8'

red 6 ◦ green 54 ◦ blue 216

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

Shades of Persian Blue #0636D8

Tints of Persian Blue #0636D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 78.26%

R = 2.17%
G = 19.57%
B = 78.26%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0636D8 (or 0x0636D8) is known color: Persian Blue. HEX triplet: 06, 36 and D8. RGB value is (6,54,216). Sum of RGB (Red+Green+Blue) = 6+54+216=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 216 (84.77% from 255 or 78.26% from 276); Max value from RGB is 216 - color contains mainly: blue. Hex color #0636D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0636D8 is #F9C927. Grayscale: #393939. Windows color (decimal): -16369960 or 14169606. OLE color: 14169606.

HSL color Cylindrical-coordinate representation of color #0636D8: hue angle of 226.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636D8 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 54 216 -
CMYK 0.97 0.75 0 0.15
HSL 226.29º 0.95% 0.44% -
HSV(B) 226.29º 0.97% 0.85% -
XYZ 13.79 7.63 65.71 -
YUV 58.12 217.1 90.83 -
System Red Green Blue C M Y K H S L
Decimal 6 54 216 0.97 0.75 0 0.15 226.29 0.95 0.44
Hex 6 36 D8 61 4B 0 F E2 5F 2C
Octal 6 66 330 141 113 0 17 342 137 54
Binary 110 110110 11011000 1100001 1001011 0 1111 11100010 1011111 101100

Color Harmonies of #0636D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0636D8

Black with #0636D8

Text Example


Text Example

White with #0636D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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