Html Css Color HEX #0633BE Persian Blue

📋 copy color: '#0633BE'

red 6 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #0633BE

Tints of Persian Blue #0633BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 2.43%
G = 20.65%
B = 76.92%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0633BE (or 0x0633BE) is known color: Persian Blue. HEX triplet: 06, 33 and BE. RGB value is (6,51,190). Sum of RGB (Red+Green+Blue) = 6+51+190=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #0633BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0633BE is #F9CC41. Grayscale: #343434. Windows color (decimal): -16370754 or 12464902. OLE color: 12464902.

HSL color Cylindrical-coordinate representation of color #0633BE: hue angle of 225.33º 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 #0633BE is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 51 190 -
CMYK 0.97 0.73 0 0.25
HSL 225.33º 0.94% 0.38% -
HSV(B) 225.33º 0.97% 0.75% -
XYZ 10.55 6.12 49.34 -
YUV 53.39 205.09 94.2 -
System Red Green Blue C M Y K H S L
Decimal 6 51 190 0.97 0.73 0 0.25 225.33 0.94 0.38
Hex 6 33 BE 61 49 0 19 E1 5E 26
Octal 6 63 276 141 111 0 31 341 136 46
Binary 110 110011 10111110 1100001 1001001 0 11001 11100001 1011110 100110

Color Harmonies of #0633BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0633BE

Black with #0633BE

Text Example


Text Example

White with #0633BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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