Html Css Color HEX #0637BE Persian Blue

📋 copy color: '#0637BE'

red 6 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #0637BE

Tints of Persian Blue #0637BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 190 (74.61% from 255) = 75.7%

R = 2.39%
G = 21.91%
B = 75.7%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0637BE (or 0x0637BE) is known color: Persian Blue. HEX triplet: 06, 37 and BE. RGB value is (6,55,190). Sum of RGB (Red+Green+Blue) = 6+55+190=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #0637BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637BE is #F9C841. Grayscale: #373737. Windows color (decimal): -16369730 or 12465926. OLE color: 12465926.

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

Color convert

RGB 6 55 190 -
CMYK 0.97 0.71 0 0.25
HSL 224.02º 0.94% 0.38% -
HSV(B) 224.02º 0.97% 0.75% -
XYZ 10.74 6.49 49.4 -
YUV 55.74 203.77 92.52 -
System Red Green Blue C M Y K H S L
Decimal 6 55 190 0.97 0.71 0 0.25 224.02 0.94 0.38
Hex 6 37 BE 61 47 0 19 E0 5E 26
Octal 6 67 276 141 107 0 31 340 136 46
Binary 110 110111 10111110 1100001 1000111 0 11001 11100000 1011110 100110

Color Harmonies of #0637BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0637BE

Black with #0637BE

Text Example


Text Example

White with #0637BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0637BE; }

 p { color: rgb(6,55,190); }

 H1.HeaderClassName
 {
   color: #0637BE;
 }
 .AnyTagClassName
 {
   color: #0637BE;
 }
</style>

background-color css

<style>
 a { background-color: #0637BE; }

 a { background-color: rgb(6,55,190); }

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

border-color css

<style>
 span { border-color: #0637BE; }

 span { border-color: rgb(6,55,190); }

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